diff options
Diffstat (limited to 'kresources/egroupware/kabc_resourcexmlrpcconfig.h')
-rw-r--r-- | kresources/egroupware/kabc_resourcexmlrpcconfig.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kresources/egroupware/kabc_resourcexmlrpcconfig.h b/kresources/egroupware/kabc_resourcexmlrpcconfig.h index f73b2e0aa..a680cfb01 100644 --- a/kresources/egroupware/kabc_resourcexmlrpcconfig.h +++ b/kresources/egroupware/kabc_resourcexmlrpcconfig.h @@ -32,9 +32,10 @@ namespace KABC { class KDE_EXPORT ResourceXMLRPCConfig : public KRES::ConfigWidget { Q_OBJECT + TQ_OBJECT public: - ResourceXMLRPCConfig( TQWidget* parent = 0, const char* name = 0 ); + ResourceXMLRPCConfig( TQWidget* tqparent = 0, const char* name = 0 ); public slots: void loadSettings( KRES::Resource* ); |