diff options
Diffstat (limited to 'kpackage/procbuf.h')
-rw-r--r-- | kpackage/procbuf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpackage/procbuf.h b/kpackage/procbuf.h index b502621..9ca0eeb 100644 --- a/kpackage/procbuf.h +++ b/kpackage/procbuf.h @@ -27,7 +27,7 @@ #include "../config.h" -#include <kprocess.h> +#include <tdeprocess.h> #include <kdialog.h> #include <tqobject.h> #include <tqtimer.h> @@ -36,7 +36,7 @@ #define PROCBUF class Modal : public KDialog { - Q_OBJECT + TQ_OBJECT public: Modal(TQString msg, TQWidget *parent, const char * name ); @@ -45,7 +45,7 @@ public: class procbuf: public TQObject { - Q_OBJECT + TQ_OBJECT public: |