diff options
Diffstat (limited to 'src/inactivity.h')
-rw-r--r-- | src/inactivity.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/inactivity.h b/src/inactivity.h index 7ad3eb5..0ecd740 100644 --- a/src/inactivity.h +++ b/src/inactivity.h @@ -21,9 +21,9 @@ #define _INACTIVITY_H_ // KDE Header -#include <kprocess.h> +#include <tdeprocess.h> -// QT Header +// TQt Header #include <tqregexp.h> #include <tqstring.h> #include <tqwidget.h> @@ -58,7 +58,7 @@ extern "C" { class inactivity : public TQWidget { - Q_OBJECT + TQ_OBJECT public: |