]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/screenshotgen/src/screenshot_main.h
Removed dummy wxFont == operator implementation (IIRC was needed to compile with...
[wxWidgets.git] / utils / screenshotgen / src / screenshot_main.h
index ae922361fe0f60686a4773ccd1cc8c085a98c0fb..9e7a1bf8a12336b11612c00bd43214ad9cb18e9f 100644 (file)
@@ -6,8 +6,8 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef WXSCREENSHOTMAIN_H
-#define WXSCREENSHOTMAIN_H
+#ifndef _SCREENSHOT_MAIN_H_
+#define _SCREENSHOT_MAIN_H_
 
 #include "guiframe.h"
 
 #define SCREENSHOTGEN_USE_AUI       0
 
 
-class wxCtrlMaskOut;
+class CtrlMaskOut;
 
 
-class wxScreenshotFrame
+class ScreenshotFrame
 #if SCREENSHOTGEN_USE_AUI
-: public AuiGUIFrame
+    : public AuiGUIFrame
 #else
-: public GUIFrame
+    : public GUIFrame
 #endif
 {
 public:
-    wxScreenshotFrame(wxFrame *frame);
-    ~wxScreenshotFrame();
+    ScreenshotFrame(wxFrame *frame);
+    ~ScreenshotFrame();
 
 protected:      // event handlers
 
@@ -55,7 +55,7 @@ private:
 
     // Data members
     bool capturingRect;
-    wxCtrlMaskOut * m_maskout;
+    CtrlMaskOut * m_maskout;
 };
 
-#endif // WXSCREENSHOTMAIN_H
+#endif // _SCREENSHOT_MAIN_H_