summaryrefslogtreecommitdiffstats
path: root/src/inactivity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inactivity.h')
-rw-r--r--src/inactivity.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/inactivity.h b/src/inactivity.h
index 7fafab9..0ecd740 100644
--- a/src/inactivity.h
+++ b/src/inactivity.h
@@ -20,16 +20,10 @@
#ifndef _INACTIVITY_H_
#define _INACTIVITY_H_
-/* this is needed to avoid typedef clash with X11
- */
-#ifndef TQT_CLEAN_NAMESPACE
-#define TQT_CLEAN_NAMESPACE
-#endif
-
// KDE Header
-#include <kprocess.h>
+#include <tdeprocess.h>
-// QT Header
+// TQt Header
#include <tqregexp.h>
#include <tqstring.h>
#include <tqwidget.h>
@@ -64,7 +58,7 @@ extern "C" {
class inactivity : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public: