diff options
Diffstat (limited to 'kutils')
-rw-r--r-- | kutils/kcmoduleproxy.h | 2 | ||||
-rw-r--r-- | kutils/kfind.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kutils/kcmoduleproxy.h b/kutils/kcmoduleproxy.h index 1848d9038..11ae06dbb 100644 --- a/kutils/kcmoduleproxy.h +++ b/kutils/kcmoduleproxy.h @@ -68,7 +68,7 @@ class KProcess; class KUTILS_EXPORT KCModuleProxy : public TQWidget { Q_OBJECT -TQ_OBJECT + friend class KCModuleProxyRootCommunicatorImpl; diff --git a/kutils/kfind.h b/kutils/kfind.h index e37b26fa7..ab088ef33 100644 --- a/kutils/kfind.h +++ b/kutils/kfind.h @@ -104,7 +104,7 @@ class KUTILS_EXPORT KFind : public TQObject { Q_OBJECT - TQ_OBJECT + public: |