// 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
// Data members
bool capturingRect;
- wxCtrlMaskOut * m_maskout;
+ CtrlMaskOut * m_maskout;
};
-#endif // WXSCREENSHOTMAIN_H
+#endif // _SCREENSHOT_MAIN_H_