summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/widgets/systemtray.h
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/widgets/systemtray.h')
-rw-r--r--kftpgrabber/src/widgets/systemtray.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kftpgrabber/src/widgets/systemtray.h b/kftpgrabber/src/widgets/systemtray.h
index ce77811..1a5ec44 100644
--- a/kftpgrabber/src/widgets/systemtray.h
+++ b/kftpgrabber/src/widgets/systemtray.h
@@ -37,9 +37,9 @@
#define KFTPWIDGETSSYSTEMTRAY_H
#include <ksystemtray.h>
-#include <kaction.h>
+#include <tdeaction.h>
-#include <qmenudata.h>
+#include <ntqmenudata.h>
class MainWindow;
class MainActions;
@@ -75,11 +75,11 @@ public:
/**
* Show a balloon notification widget.
*/
- void showBalloon(const QString &text);
+ void showBalloon(const TQString &text);
protected:
static SystemTray *m_self;
private:
- KActionMenu *m_bookmarkMenu;
+ TDEActionMenu *m_bookmarkMenu;
Balloon *m_balloon;
MainActions *m_actions;
private slots: