summaryrefslogtreecommitdiffstats
path: root/nsplugins/viewer/glibevents.h
diff options
context:
space:
mode:
Diffstat (limited to 'nsplugins/viewer/glibevents.h')
-rw-r--r--nsplugins/viewer/glibevents.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nsplugins/viewer/glibevents.h b/nsplugins/viewer/glibevents.h
index 8a890807b..396273a85 100644
--- a/nsplugins/viewer/glibevents.h
+++ b/nsplugins/viewer/glibevents.h
@@ -20,8 +20,8 @@
#ifndef GLIBEVENTS_H
#define GLIBEVENTS_H
-#include <qwidget.h>
-#include <qtimer.h>
+#include <tqwidget.h>
+#include <tqtimer.h>
#include <glib.h>
@@ -35,7 +35,7 @@ class GlibEvents
private slots:
void process();
private:
- QTimer timer;
+ TQTimer timer;
};
#endif