summaryrefslogtreecommitdiffstats
path: root/korn/systemtray.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korn/systemtray.cpp')
-rw-r--r--korn/systemtray.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/korn/systemtray.cpp b/korn/systemtray.cpp
index f3681d550..e7ca45f73 100644
--- a/korn/systemtray.cpp
+++ b/korn/systemtray.cpp
@@ -22,9 +22,9 @@
#include <kconfig.h>
#include <kdebug.h>
-#include <qmovie.h>
+#include <tqmovie.h>
-SystemTray::SystemTray( QWidget * parent, const char * name )
+SystemTray::SystemTray( TQWidget * parent, const char * name )
: KSystemTray( parent, name )
{
}
@@ -33,7 +33,7 @@ SystemTray::~SystemTray()
{
}
-void SystemTray::mousePressEvent( QMouseEvent* ee )
+void SystemTray::mousePressEvent( TQMouseEvent* ee )
{
//Use the general function to determe what must be done
emit mouseButtonPressed( ee->button() );