summaryrefslogtreecommitdiffstats
path: root/nsplugins/viewer/glibevents.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nsplugins/viewer/glibevents.cpp')
-rw-r--r--nsplugins/viewer/glibevents.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/nsplugins/viewer/glibevents.cpp b/nsplugins/viewer/glibevents.cpp
index b1012675b..fe059d1ee 100644
--- a/nsplugins/viewer/glibevents.cpp
+++ b/nsplugins/viewer/glibevents.cpp
@@ -19,12 +19,12 @@
#include "glibevents.h"
-#include <qapplication.h>
+#include <tqapplication.h>
GlibEvents::GlibEvents()
{
g_main_context_ref( g_main_context_default());
- connect( &timer, SIGNAL( timeout()), SLOT( process()));
+ connect( &timer, TQT_SIGNAL( timeout()), TQT_SLOT( process()));
// TODO Poll for now
timer.start( 10 );
}