summaryrefslogtreecommitdiffstats
path: root/src/knemod/interfacemonitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/knemod/interfacemonitor.h')
-rw-r--r--src/knemod/interfacemonitor.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/knemod/interfacemonitor.h b/src/knemod/interfacemonitor.h
index eacc1ea..7f5a50b 100644
--- a/src/knemod/interfacemonitor.h
+++ b/src/knemod/interfacemonitor.h
@@ -20,7 +20,7 @@
#ifndef INTERFACEMONITOR_H
#define INTERFACEMONITOR_H
-#include <qobject.h>
+#include <tqobject.h>
#include "data.h"
@@ -35,14 +35,15 @@ class Interface;
* @author Percy Leonhardt <[email protected]>
*/
-class InterfaceMonitor : public QObject
+class InterfaceMonitor : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
/**
* Default Constructor
*/
- InterfaceMonitor(QObject* parent = 0L, const char* name = 0L);
+ InterfaceMonitor(TQObject* tqparent = 0L, const char* name = 0L);
/**
* Default Destructor
@@ -52,7 +53,7 @@ public:
/**
* Tell the monitor to check the status of the interface
*/
- void checkStatus( Interface* interface );
+ void checktqStatus( Interface* interface );
signals:
// the interface is now connected