]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/evtloop.h
forward port from 2.8
[wxWidgets.git] / include / wx / dfb / evtloop.h
index 9845acd2653fb6a67d6705f7322ae38b433c12b4..80c0b1f069972b8ec5e00caef0d2bce2d0499184 100644 (file)
@@ -20,10 +20,10 @@ struct wxDFBEvent;
 // wxEventLoop
 // ----------------------------------------------------------------------------
 
-class WXDLLIMPEXP_CORE wxEventLoop : public wxEventLoopManual
+class WXDLLIMPEXP_CORE wxGUIEventLoop : public wxEventLoopManual
 {
 public:
-    wxEventLoop();
+    wxGUIEventLoop();
 
     virtual bool Pending() const;
     virtual bool Dispatch();
@@ -50,7 +50,7 @@ private:
 private:
     static wxIDirectFBEventBufferPtr ms_buffer;
 
-    DECLARE_NO_COPY_CLASS(wxEventLoop)
+    DECLARE_NO_COPY_CLASS(wxGUIEventLoop)
 };
 
 #endif // _WX_DFB_EVTLOOP_H_