From fd5d099065a748cac49e20a13481f85666c53c71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:12 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kmobile/systemtray.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kmobile/systemtray.h') 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 -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; }; -- cgit v1.2.1