summaryrefslogtreecommitdiffstats
path: root/src/knemod/interfacemonitor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/knemod/interfacemonitor.cpp')
-rw-r--r--src/knemod/interfacemonitor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/knemod/interfacemonitor.cpp b/src/knemod/interfacemonitor.cpp
index b75d35e..af9fd2a 100644
--- a/src/knemod/interfacemonitor.cpp
+++ b/src/knemod/interfacemonitor.cpp
@@ -22,8 +22,8 @@
#include "interface.h"
#include "interfacemonitor.h"
-InterfaceMonitor::InterfaceMonitor( QObject* parent, const char* name )
- : QObject( parent, name )
+InterfaceMonitor::InterfaceMonitor( TQObject* tqparent, const char* name )
+ : TQObject( tqparent, name )
{
}
@@ -31,7 +31,7 @@ InterfaceMonitor::~InterfaceMonitor()
{
}
-void InterfaceMonitor::checkStatus( Interface* interface )
+void InterfaceMonitor::checktqStatus( Interface* interface )
{
int currentState;
int previousState = interface->getState();