summaryrefslogtreecommitdiffstats
path: root/kresources/egroupware/kabc_resourcexmlrpcconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/egroupware/kabc_resourcexmlrpcconfig.cpp')
-rw-r--r--kresources/egroupware/kabc_resourcexmlrpcconfig.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kresources/egroupware/kabc_resourcexmlrpcconfig.cpp b/kresources/egroupware/kabc_resourcexmlrpcconfig.cpp
index 02a2f1ad..459a6b6f 100644
--- a/kresources/egroupware/kabc_resourcexmlrpcconfig.cpp
+++ b/kresources/egroupware/kabc_resourcexmlrpcconfig.cpp
@@ -33,8 +33,8 @@
using namespace KABC;
-ResourceXMLRPCConfig::ResourceXMLRPCConfig( TQWidget* parent, const char* name )
- : KRES::ConfigWidget( parent, name )
+ResourceXMLRPCConfig::ResourceXMLRPCConfig( TQWidget* tqparent, const char* name )
+ : KRES::ConfigWidget( tqparent, name )
{
TQGridLayout *mainLayout = new TQGridLayout( this, 4, 2, 0, KDialog::spacingHint() );