summaryrefslogtreecommitdiffstats
path: root/kpf/src/ServerWizard.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-13 17:34:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-13 17:51:33 +0900
commit1329ec6abbcb7b79cd960e0ca138f16598d5f11f (patch)
tree8b64fab3a352aada6a046f69f1f7e8a6ad819594 /kpf/src/ServerWizard.cpp
parent69c2eb8d5f2ed64c876b2a1081cc83ed9f4652d3 (diff)
downloadtdenetwork-1329ec6a.tar.gz
tdenetwork-1329ec6a.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kpf/src/ServerWizard.cpp')
-rw-r--r--kpf/src/ServerWizard.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/kpf/src/ServerWizard.cpp b/kpf/src/ServerWizard.cpp
index 0cf84fd5..38c6c15a 100644
--- a/kpf/src/ServerWizard.cpp
+++ b/kpf/src/ServerWizard.cpp
@@ -244,8 +244,8 @@ namespace KPF
connect
(
kur_root_,
- TQT_SIGNAL(textChanged(const TQString &)),
- TQT_SLOT(slotServerRootChanged(const TQString &))
+ TQ_SIGNAL(textChanged(const TQString &)),
+ TQ_SLOT(slotServerRootChanged(const TQString &))
);
// Used for setting the caption on the file dialog.
@@ -253,8 +253,8 @@ namespace KPF
connect
(
kur_root_,
- TQT_SIGNAL(openFileDialog(KURLRequester *)),
- TQT_SLOT(slotOpenFileDialog(KURLRequester *))
+ TQ_SIGNAL(openFileDialog(KURLRequester *)),
+ TQ_SLOT(slotOpenFileDialog(KURLRequester *))
);
// This slot sets the 'Next' button on page 2 to enabled/disabled
@@ -263,8 +263,8 @@ namespace KPF
connect
(
sb_listenPort_,
- TQT_SIGNAL(valueChanged(int)),
- TQT_SLOT(slotListenPortChanged(int))
+ TQ_SIGNAL(valueChanged(int)),
+ TQ_SLOT(slotListenPortChanged(int))
);
// Update 'Next' button on page 1.