diff options
Diffstat (limited to 'kdecore/kprocctrl.h')
-rw-r--r-- | kdecore/kprocctrl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kdecore/kprocctrl.h b/kdecore/kprocctrl.h index 104c8d9e5..3af87fff5 100644 --- a/kdecore/kprocctrl.h +++ b/kdecore/kprocctrl.h @@ -20,7 +20,7 @@ #ifndef __KPROCCTRL_H__ #define __KPROCCTRL_H__ -#include <qvaluelist.h> +#include <tqvaluelist.h> #include "kprocess.h" @@ -124,9 +124,9 @@ private: int fd[2]; bool needcheck; - QSocketNotifier *notifier; - QValueList<KProcess*> kProcessList; - QValueList<int> unixProcessList; + TQSocketNotifier *notifier; + TQValueList<KProcess*> kProcessList; + TQValueList<int> unixProcessList; static void setupHandlers(); static void resetHandlers(); |