summaryrefslogtreecommitdiffstats
path: root/kcontrol/xinerama/kcmxinerama.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/xinerama/kcmxinerama.h')
-rw-r--r--kcontrol/xinerama/kcmxinerama.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kcontrol/xinerama/kcmxinerama.h b/kcontrol/xinerama/kcmxinerama.h
index 07b835fbc..76efb21d7 100644
--- a/kcontrol/xinerama/kcmxinerama.h
+++ b/kcontrol/xinerama/kcmxinerama.h
@@ -22,8 +22,8 @@
#define _KCM_XINERAMA_H
#include <kcmodule.h>
-#include <qptrlist.h>
-#include <qtimer.h>
+#include <tqptrlist.h>
+#include <tqtimer.h>
#include "xineramawidget.h"
@@ -33,7 +33,7 @@ class QWidget;
class KCMXinerama : public KCModule {
Q_OBJECT
public:
- KCMXinerama(QWidget *parent = 0L, const char *name = 0L);
+ KCMXinerama(TQWidget *parent = 0L, const char *name = 0L);
virtual ~KCMXinerama();
void load();
@@ -48,11 +48,11 @@ public slots:
void indicateWindows();
private:
- QWidget* indicator(int dpy);
+ TQWidget* indicator(int dpy);
KConfig *config, *ksplashrc;
XineramaWidget *xw;
- QTimer _timer;
- QPtrList<QWidget> _indicators;
+ TQTimer _timer;
+ TQPtrList<TQWidget> _indicators;
int _displays;