diff options
Diffstat (limited to 'kpackage/debInterface.h')
-rw-r--r-- | kpackage/debInterface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpackage/debInterface.h b/kpackage/debInterface.h index 8a0e784..155c069 100644 --- a/kpackage/debInterface.h +++ b/kpackage/debInterface.h @@ -37,7 +37,7 @@ #include <tqtextstream.h> #include <tqstringlist.h> -#include <kprocess.h> +#include <tdeprocess.h> #include "pkgInterface.h" @@ -53,7 +53,7 @@ class cacheObj; class DEB: public pkgInterface { - Q_OBJECT + TQ_OBJECT public: |