diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-11 10:40:32 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-12 18:41:24 +0900 |
| commit | 7ad2f154f24ac01a33118779950bcdfe0d16ca94 (patch) | |
| tree | b9925df5e2fc01026c3ef866224704086ab32da5 /kuser/selectconn.cpp | |
| parent | 6360698f4f1660c36e1874dc496fb057f28e7b86 (diff) | |
| download | tdeadmin-7ad2f154.tar.gz tdeadmin-7ad2f154.zip | |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ed7858de3a395180d6ec0c03d8358610b36938ea)
Diffstat (limited to 'kuser/selectconn.cpp')
| -rw-r--r-- | kuser/selectconn.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kuser/selectconn.cpp b/kuser/selectconn.cpp index 30066f0..9ab2911 100644 --- a/kuser/selectconn.cpp +++ b/kuser/selectconn.cpp @@ -88,7 +88,7 @@ void SelectConn::slotUser3() KUserPrefsBase kcfg( kapp->sharedConfig(), newconn ); editDefaults eddlg( &kcfg, this ); - connect(&eddlg, TQT_SIGNAL(settingsChanged()), this, TQT_SLOT(slotNewApplySettings())); + connect(&eddlg, TQ_SIGNAL(settingsChanged()), this, TQ_SLOT(slotNewApplySettings())); eddlg.exec(); if ( newconn.isEmpty() ) @@ -111,7 +111,7 @@ void SelectConn::slotUser2() kcfg.readConfig(); editDefaults eddlg( &kcfg, this ); - connect( &eddlg, TQT_SIGNAL(settingsChanged()), this, TQT_SLOT(slotApplySettings()) ); + connect( &eddlg, TQ_SIGNAL(settingsChanged()), this, TQ_SLOT(slotApplySettings()) ); eddlg.exec(); } |
