summaryrefslogtreecommitdiffstats
path: root/kpf/src/SingleServerConfigDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpf/src/SingleServerConfigDialog.cpp')
-rw-r--r--kpf/src/SingleServerConfigDialog.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kpf/src/SingleServerConfigDialog.cpp b/kpf/src/SingleServerConfigDialog.cpp
index 6fa1792b..c39f944b 100644
--- a/kpf/src/SingleServerConfigDialog.cpp
+++ b/kpf/src/SingleServerConfigDialog.cpp
@@ -33,7 +33,7 @@ namespace KPF
SingleServerConfigDialog::SingleServerConfigDialog
(
WebServer * server,
- QWidget * parent
+ TQWidget * parent
)
: KDialogBase
(
@@ -52,13 +52,13 @@ namespace KPF
connect
(
widget_,
- SIGNAL(ok(bool)),
- SLOT(slotOk(bool))
+ TQT_SIGNAL(ok(bool)),
+ TQT_SLOT(slotOk(bool))
);
setMainWidget(widget_);
- connect(this, SIGNAL(finished()), SLOT(slotFinished()));
+ connect(this, TQT_SIGNAL(finished()), TQT_SLOT(slotFinished()));
widget_->checkOk();
}