summaryrefslogtreecommitdiffstats
path: root/kmobile/systemtray.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:12 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:12 -0600
commitfd5d099065a748cac49e20a13481f85666c53c71 (patch)
treea0f1672cd88eb0e69b9ddc2ed9b08ecd98538bd3 /kmobile/systemtray.h
parentb440a9c608596cd88efdb3bfa4661c5e37efbe4b (diff)
downloadtdepim-fd5d099065a748cac49e20a13481f85666c53c71.tar.gz
tdepim-fd5d099065a748cac49e20a13481f85666c53c71.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kmobile/systemtray.h')
-rw-r--r--kmobile/systemtray.h10
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;
};