summaryrefslogtreecommitdiffstats
path: root/kpf/src/ActiveMonitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpf/src/ActiveMonitor.h')
-rw-r--r--kpf/src/ActiveMonitor.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kpf/src/ActiveMonitor.h b/kpf/src/ActiveMonitor.h
index 742bed6f..7beb7828 100644
--- a/kpf/src/ActiveMonitor.h
+++ b/kpf/src/ActiveMonitor.h
@@ -44,9 +44,10 @@ namespace KPF
* Proxies signals from Server objects to ActiveMonitorItem objects.
* This is done to avoid making ActiveMonitorItem inherit TQObject.
*/
- class ActiveMonitor : public QWidget
+ class ActiveMonitor : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
@@ -57,7 +58,7 @@ namespace KPF
ActiveMonitor
(
WebServer * server,
- TQWidget * parent = 0,
+ TQWidget * tqparent = 0,
const char * name = 0
);