summaryrefslogtreecommitdiffstats
path: root/conduits/abbrowserconduit/abbrowser-setup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'conduits/abbrowserconduit/abbrowser-setup.cpp')
-rw-r--r--conduits/abbrowserconduit/abbrowser-setup.cpp28
1 files changed, 14 insertions, 14 deletions
diff --git a/conduits/abbrowserconduit/abbrowser-setup.cpp b/conduits/abbrowserconduit/abbrowser-setup.cpp
index a33632e..92f4a8c 100644
--- a/conduits/abbrowserconduit/abbrowser-setup.cpp
+++ b/conduits/abbrowserconduit/abbrowser-setup.cpp
@@ -73,20 +73,20 @@ AbbrowserWidgetSetup::AbbrowserWidgetSetup(TQWidget *w, const char *n) :
ConduitConfigBase::addAboutPage(fConfigWidget->tabWidget,fAbout);
fWidget=fConfigWidget;
fConfigWidget->fAbookFile->setMode(KFile::File);
-#define CM(a,b) connect(fConfigWidget->a,b,this,TQT_SLOT(modified()));
- CM(fSyncDestination,TQT_SIGNAL(clicked(int)));
- CM(fAbookFile,TQT_SIGNAL(textChanged(const TQString &)));
- CM(fArchive,TQT_SIGNAL(toggled(bool)));
- CM(fConflictResolution,TQT_SIGNAL(activated(int)));
- CM(fOtherPhone,TQT_SIGNAL(activated(int)));
- CM(fAddress,TQT_SIGNAL(activated(int)));
- CM(fFax,TQT_SIGNAL(activated(int)));
- CM(fCustom0,TQT_SIGNAL(activated(int)));
- CM(fCustom1,TQT_SIGNAL(activated(int)));
- CM(fCustom2,TQT_SIGNAL(activated(int)));
- CM(fCustom3,TQT_SIGNAL(activated(int)));
- CM(fCustomDate, TQT_SIGNAL(activated(int)));
- CM(fCustomDate, TQT_SIGNAL(textChanged(const TQString&)));
+#define CM(a,b) connect(fConfigWidget->a,b,this,TQ_SLOT(modified()));
+ CM(fSyncDestination,TQ_SIGNAL(clicked(int)));
+ CM(fAbookFile,TQ_SIGNAL(textChanged(const TQString &)));
+ CM(fArchive,TQ_SIGNAL(toggled(bool)));
+ CM(fConflictResolution,TQ_SIGNAL(activated(int)));
+ CM(fOtherPhone,TQ_SIGNAL(activated(int)));
+ CM(fAddress,TQ_SIGNAL(activated(int)));
+ CM(fFax,TQ_SIGNAL(activated(int)));
+ CM(fCustom0,TQ_SIGNAL(activated(int)));
+ CM(fCustom1,TQ_SIGNAL(activated(int)));
+ CM(fCustom2,TQ_SIGNAL(activated(int)));
+ CM(fCustom3,TQ_SIGNAL(activated(int)));
+ CM(fCustomDate, TQ_SIGNAL(activated(int)));
+ CM(fCustomDate, TQ_SIGNAL(textChanged(const TQString&)));
#undef CM
}