summaryrefslogtreecommitdiffstats
path: root/tderesources/groupwise/tdeabc_resourcegroupwiseconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/groupwise/tdeabc_resourcegroupwiseconfig.cpp')
-rw-r--r--tderesources/groupwise/tdeabc_resourcegroupwiseconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/groupwise/tdeabc_resourcegroupwiseconfig.cpp b/tderesources/groupwise/tdeabc_resourcegroupwiseconfig.cpp
index 49016cdd..69dd7a6f 100644
--- a/tderesources/groupwise/tdeabc_resourcegroupwiseconfig.cpp
+++ b/tderesources/groupwise/tdeabc_resourcegroupwiseconfig.cpp
@@ -102,7 +102,7 @@ ResourceGroupwiseConfig::ResourceGroupwiseConfig( TQWidget* parent, const char*
mainLayout->addWidget( label, 6, 0 );
mainLayout->addWidget( mAddressBookBox, 6, 1 );
- connect( updateButton, TQT_SIGNAL( clicked() ), TQT_SLOT( updateAddressBookList() ) );
+ connect( updateButton, TQ_SIGNAL( clicked() ), TQ_SLOT( updateAddressBookList() ) );
}
void ResourceGroupwiseConfig::loadSettings( KRES::Resource *res )