summaryrefslogtreecommitdiffstats
path: root/src/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/src/screen.h b/src/screen.h
index eb45fb4..9bd23b0 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -20,21 +20,14 @@
#ifndef SCREEN_H
#define SCREEN_H
-/* this is needed to avoid typedef clash with X11/Xmd.h (X11/Xproto.h)
- */
-#ifndef TQT_CLEAN_NAMESPACE
-#define TQT_CLEAN_NAMESPACE
-#endif
-
// KDE Header
#include <dcopref.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdelocale.h>
-// QT Header
+// TQt Header
#include <tqstring.h>
#include <tqwidget.h>
-//#include <tqvector.h>
#include <tqtimer.h>
#include <tqevent.h>
@@ -55,7 +48,7 @@
*/
class screen : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
private: