summaryrefslogtreecommitdiffstats
path: root/kshowmail/kcmconfigs/configgeneral.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kshowmail/kcmconfigs/configgeneral.cpp')
-rw-r--r--kshowmail/kcmconfigs/configgeneral.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/kshowmail/kcmconfigs/configgeneral.cpp b/kshowmail/kcmconfigs/configgeneral.cpp
index 0b79257..b96d0a0 100644
--- a/kshowmail/kcmconfigs/configgeneral.cpp
+++ b/kshowmail/kcmconfigs/configgeneral.cpp
@@ -98,16 +98,16 @@ ConfigGeneral::ConfigGeneral( TQWidget * parent, const char * name, const TQStri
//connect all configuration itmes with slot changed() to notify the dialog about changes
- connect( chkConfirmClose, SIGNAL( toggled( bool ) ), this, SLOT( slotChanged() ) );
- connect( chkConfirmDelete, SIGNAL( toggled( bool ) ), this, SLOT( slotChanged() ) );
- connect( chkStartMinimized, SIGNAL( toggled( bool ) ), this, SLOT( slotChanged() ) );
- connect( chkCloseToTray, SIGNAL( toggled( bool ) ), this, SLOT( slotChanged() ) );
- connect( chkMinimizeToTray, SIGNAL( toggled( bool ) ), this, SLOT( slotChanged() ) );
- connect( chkShowConnectionErrors, SIGNAL( toggled( bool ) ), this, SLOT( slotChanged() ) );
- connect( chkKeepNew, SIGNAL( toggled( bool ) ), this, SLOT( slotChanged() ) );
- connect( spbInitial, SIGNAL( valueChanged( int ) ), this, SLOT( slotChanged() ) );
- connect( spbInterval, SIGNAL( valueChanged( int ) ), this, SLOT( slotChanged() ) );
- connect( spbTimeout, SIGNAL( valueChanged( int ) ), this, SLOT( slotChanged() ) );
+ connect( chkConfirmClose, TQ_SIGNAL( toggled( bool ) ), this, TQ_SLOT( slotChanged() ) );
+ connect( chkConfirmDelete, TQ_SIGNAL( toggled( bool ) ), this, TQ_SLOT( slotChanged() ) );
+ connect( chkStartMinimized, TQ_SIGNAL( toggled( bool ) ), this, TQ_SLOT( slotChanged() ) );
+ connect( chkCloseToTray, TQ_SIGNAL( toggled( bool ) ), this, TQ_SLOT( slotChanged() ) );
+ connect( chkMinimizeToTray, TQ_SIGNAL( toggled( bool ) ), this, TQ_SLOT( slotChanged() ) );
+ connect( chkShowConnectionErrors, TQ_SIGNAL( toggled( bool ) ), this, TQ_SLOT( slotChanged() ) );
+ connect( chkKeepNew, TQ_SIGNAL( toggled( bool ) ), this, TQ_SLOT( slotChanged() ) );
+ connect( spbInitial, TQ_SIGNAL( valueChanged( int ) ), this, TQ_SLOT( slotChanged() ) );
+ connect( spbInterval, TQ_SIGNAL( valueChanged( int ) ), this, TQ_SLOT( slotChanged() ) );
+ connect( spbTimeout, TQ_SIGNAL( valueChanged( int ) ), this, TQ_SLOT( slotChanged() ) );
//get application config object (kshowmailrc)