diff options
Diffstat (limited to 'libemailfunctions/networkstatus.h')
-rw-r--r-- | libemailfunctions/networkstatus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libemailfunctions/networkstatus.h b/libemailfunctions/networkstatus.h index 6bc3b70a4..42ff0f922 100644 --- a/libemailfunctions/networkstatus.h +++ b/libemailfunctions/networkstatus.h @@ -22,7 +22,7 @@ #ifndef NETWORKSTATUS_H #define NETWORKSTATUS_H -#include <qobject.h> +#include <tqobject.h> #include <dcopobject.h> namespace KPIM { @@ -32,7 +32,7 @@ namespace KPIM { the machine KDE is running on going from "online" mode to offline. What this means is left as an exercise for the reader. */ -class NetworkStatus : public QObject, public DCOPObject +class NetworkStatus : public TQObject, public DCOPObject { Q_OBJECT |