summaryrefslogtreecommitdiffstats
path: root/src/knemod/interfaceicon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/knemod/interfaceicon.h')
-rw-r--r--src/knemod/interfaceicon.h27
1 files changed, 14 insertions, 13 deletions
diff --git a/src/knemod/interfaceicon.h b/src/knemod/interfaceicon.h
index 6c962ec..6e4c098 100644
--- a/src/knemod/interfaceicon.h
+++ b/src/knemod/interfaceicon.h
@@ -20,8 +20,8 @@
#ifndef INTERFACEICON_H
#define INTERFACEICON_H
-#include <qobject.h>
-#include <qstring.h>
+#include <tqobject.h>
+#include <tqstring.h>
class Interface;
class InterfaceTray;
@@ -35,9 +35,10 @@ class InterfaceTray;
* @author Percy Leonhardt <percy@eris23.de>
*/
-class InterfaceIcon : public QObject
+class InterfaceIcon : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
/**
* Default Constructor
@@ -67,12 +68,12 @@ public slots:
/*
* Changes the icon image displayed in the tray
*/
- void updateStatus( int status );
+ void updatetqStatus( int status );
/*
* Creates or deletes the tray icon
*/
- void updateTrayStatus( int previousState );
+ void updateTraytqStatus( int previousState );
/*
* Resizes the tray icon
@@ -97,14 +98,14 @@ private:
// the real tray icon
InterfaceTray* mTray;
- static const QString ICON_DISCONNECTED;
- static const QString ICON_CONNECTED;
- static const QString ICON_INCOMING;
- static const QString ICON_OUTGOING;
- static const QString ICON_TRAFFIC;
- static const QString SUFFIX_PPP;
- static const QString SUFFIX_LAN;
- static const QString SUFFIX_WLAN;
+ static const TQString ICON_DISCONNECTED;
+ static const TQString ICON_CONNECTED;
+ static const TQString ICON_INCOMING;
+ static const TQString ICON_OUTGOING;
+ static const TQString ICON_TRAFFIC;
+ static const TQString SUFFIX_PPP;
+ static const TQString SUFFIX_LAN;
+ static const TQString SUFFIX_WLAN;
};
#endif // INTERFACEICON_H