diff options
Diffstat (limited to 'kpf/src/ActiveMonitorWindow.cpp')
-rw-r--r-- | kpf/src/ActiveMonitorWindow.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpf/src/ActiveMonitorWindow.cpp b/kpf/src/ActiveMonitorWindow.cpp index ae44e4be..7eb3f07f 100644 --- a/kpf/src/ActiveMonitorWindow.cpp +++ b/kpf/src/ActiveMonitorWindow.cpp @@ -34,7 +34,7 @@ namespace KPF ActiveMonitorWindow::ActiveMonitorWindow ( WebServer * server, - QWidget * parent, + TQWidget * parent, const char * name ) : KMainWindow(parent, name) @@ -52,7 +52,7 @@ namespace KPF "stop", 0, monitor_, - SLOT(slotKillSelected()), + TQT_SLOT(slotKillSelected()), actionCollection(), "kill" ); @@ -80,7 +80,7 @@ namespace KPF } void - ActiveMonitorWindow::closeEvent(QCloseEvent *) + ActiveMonitorWindow::closeEvent(TQCloseEvent *) { emit(dying(this)); } |