diff options
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/privacymanager.h')
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/privacymanager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/privacymanager.h b/kopete/protocols/groupwise/libgroupwise/privacymanager.h index 0f01eb89..3d1e29f3 100644 --- a/kopete/protocols/groupwise/libgroupwise/privacymanager.h +++ b/kopete/protocols/groupwise/libgroupwise/privacymanager.h @@ -29,9 +29,10 @@ Keeps a record of the server side privacy allow and deny lists, default policy a @author SUSE AG */ -class PrivacyManager : public QObject +class PrivacyManager : public TQObject { Q_OBJECT + TQ_OBJECT public: PrivacyManager( Client * client, const char *name = 0); ~PrivacyManager(); |