]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/taskbar.h
wxXML load/save improvements: added ability to not ignore whitespace and specify...
[wxWidgets.git] / include / wx / cocoa / taskbar.h
index 4316e92ebbe6bed4f2c597b8ae6f52897dcfdb4c..003c4cbb17e683a6aed0b5fcb1fedd06c4f32c75 100644 (file)
 #ifndef _WX_COCOA_TASKBAR_H__
 #define _WX_COCOA_TASKBAR_H__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "taskbar.h"
-#endif
-
 #include "wx/icon.h"
 
 class WXDLLEXPORT wxIcon;
 class WXDLLEXPORT wxMenu;
 
 class wxTaskBarIconCocoaImpl;
-class wxTaskBarIconDockImpl;
 
 class WXDLLEXPORT wxTaskBarIcon : public wxTaskBarIconBase
 {
-    friend class wxTaskBarIconDockImpl;
+    friend class wxTaskBarIconCocoaImpl;
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxTaskBarIcon)
 public:
     //type of taskbar item to create (currently only DOCK is implemented)