]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/evtloop.h
add wxUSE_TASKBARICON_BALLOONS to make it possible to turn off their usage if our...
[wxWidgets.git] / include / wx / palmos / evtloop.h
index 19b08f34044c3696304a4a0f9e2f59034d41d56a..8473fb38c19357474cc5f7ae7260a20cebb79cf0 100644 (file)
 // wxEventLoop
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxEventLoop : public wxEventLoopBase
+class WXDLLEXPORT wxGUIEventLoop : public wxEventLoopBase
 {
 public:
-    wxEventLoop();
+    wxGUIEventLoop();
 
     // implement base class pure virtuals
     virtual int Run();