summaryrefslogtreecommitdiffstats
path: root/kpf/src/ActiveMonitorWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpf/src/ActiveMonitorWindow.h')
-rw-r--r--kpf/src/ActiveMonitorWindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kpf/src/ActiveMonitorWindow.h b/kpf/src/ActiveMonitorWindow.h
index bb9dc2e0..5db33194 100644
--- a/kpf/src/ActiveMonitorWindow.h
+++ b/kpf/src/ActiveMonitorWindow.h
@@ -42,6 +42,7 @@ namespace KPF
class ActiveMonitorWindow : public KMainWindow
{
Q_OBJECT
+ TQ_OBJECT
public:
@@ -52,7 +53,7 @@ namespace KPF
ActiveMonitorWindow
(
WebServer * server,
- TQWidget * parent = 0,
+ TQWidget * tqparent = 0,
const char * name = 0
);