diff options
Diffstat (limited to 'kmobile/systemtray.h')
-rw-r--r-- | kmobile/systemtray.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kmobile/systemtray.h b/kmobile/systemtray.h index 29e723c18..a64cabad1 100644 --- a/kmobile/systemtray.h +++ b/kmobile/systemtray.h @@ -22,8 +22,8 @@ #include <ksystemtray.h> -class KMainWindow; -class KAction; +class TDEMainWindow; +class TDEAction; class SystemTray : public KSystemTray { @@ -31,7 +31,7 @@ class SystemTray : public KSystemTray public: - SystemTray(KMainWindow *parent = 0, const char *name = 0); + SystemTray(TDEMainWindow *parent = 0, const char *name = 0); virtual ~SystemTray(); protected slots: @@ -39,7 +39,7 @@ protected slots: void menuItemSelected(); protected: - void contextMenuAboutToShow( KPopupMenu* menu ); + void contextMenuAboutToShow( TDEPopupMenu* menu ); private: void setToolTip(const TQString &tip = TQString()); @@ -47,7 +47,7 @@ private: TQPixmap m_appPix; TQLabel *m_currentLabel; - KActionCollection *m_actionCollection; + TDEActionCollection *m_actionCollection; int m_menuID; }; |