summaryrefslogtreecommitdiffstats
path: root/noatun/modules/systray
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:25:03 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:25:03 +0000
commit636eef5bea9dd243a08d77c9c537fb36ee30f838 (patch)
tree633371d5444df2ff94709d964e9055daea7c2bcc /noatun/modules/systray
parente654398e46e37abf457b2b1122ab898d2c51c49f (diff)
downloadtdemultimedia-636eef5bea9dd243a08d77c9c537fb36ee30f838.tar.gz
tdemultimedia-636eef5bea9dd243a08d77c9c537fb36ee30f838.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1158448 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'noatun/modules/systray')
-rw-r--r--noatun/modules/systray/kitsystemtray.h2
-rw-r--r--noatun/modules/systray/systray.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/noatun/modules/systray/kitsystemtray.h b/noatun/modules/systray/kitsystemtray.h
index d697ca95..6d5a2908 100644
--- a/noatun/modules/systray/kitsystemtray.h
+++ b/noatun/modules/systray/kitsystemtray.h
@@ -32,7 +32,7 @@
class KPopupMenu;
class KMainWindow;
-class QPixmap;
+class TQPixmap;
class KitSystemTray : public KSystemTray
{
diff --git a/noatun/modules/systray/systray.h b/noatun/modules/systray/systray.h
index aa723eb5..1865479b 100644
--- a/noatun/modules/systray/systray.h
+++ b/noatun/modules/systray/systray.h
@@ -35,7 +35,7 @@
#include <kmainwindow.h>
class KitSystemTray;
-class QTimer;
+class TQTimer;
class PassivePopup;
class NoatunSystray : public KMainWindow, public Plugin