summaryrefslogtreecommitdiffstats
path: root/src/configconnectoptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/configconnectoptions.cpp')
-rw-r--r--src/configconnectoptions.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/configconnectoptions.cpp b/src/configconnectoptions.cpp
index 555e2d9..425b3a7 100644
--- a/src/configconnectoptions.cpp
+++ b/src/configconnectoptions.cpp
@@ -28,13 +28,13 @@ ConfigConnectOptions::ConfigConnectOptions(TQWidget *parent) : ConfigConnectOpti
dialogModified=false;
// connect changed signals to own signal
- connect(AutoConnectProfileComboBox,TQT_SIGNAL(textChanged ( const TQString & )),this,TQT_SIGNAL(changed()));
- connect(checkMinimizeAfterConnectCheck,TQT_SIGNAL(stateChanged ( int )),this,TQT_SIGNAL(changed()));
- connect(SilentQuitcheckBox,TQT_SIGNAL(stateChanged ( int )),this,TQT_SIGNAL(changed()));
- connect(DoAutoConnectCheckBox,TQT_SIGNAL(stateChanged ( int )),this,TQT_SIGNAL(changed()));
+ connect(AutoConnectProfileComboBox,TQ_SIGNAL(textChanged ( const TQString & )),this,TQ_SIGNAL(changed()));
+ connect(checkMinimizeAfterConnectCheck,TQ_SIGNAL(stateChanged ( int )),this,TQ_SIGNAL(changed()));
+ connect(SilentQuitcheckBox,TQ_SIGNAL(stateChanged ( int )),this,TQ_SIGNAL(changed()));
+ connect(DoAutoConnectCheckBox,TQ_SIGNAL(stateChanged ( int )),this,TQ_SIGNAL(changed()));
// connect changed to slot
- connect(this,TQT_SIGNAL(changed ()),this,TQT_SLOT(dialogChanged()));
+ connect(this,TQ_SIGNAL(changed ()),this,TQ_SLOT(dialogChanged()));
}