diff options
Diffstat (limited to 'kdpkg-install/process.h')
-rw-r--r-- | kdpkg-install/process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdpkg-install/process.h b/kdpkg-install/process.h index 68ffea4..65c1022 100644 --- a/kdpkg-install/process.h +++ b/kdpkg-install/process.h @@ -13,7 +13,7 @@ class Process; class Process : public TQObject { Q_OBJECT - TQ_OBJECT + public: Process(); |