diff options
Diffstat (limited to 'src/trayicon.h')
-rw-r--r-- | src/trayicon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trayicon.h b/src/trayicon.h index 41258fc..b330726 100644 --- a/src/trayicon.h +++ b/src/trayicon.h @@ -59,7 +59,7 @@ class tork; */ class TrayIcon : public KSystemTray { - Q_OBJECT + TQ_OBJECT public: TrayIcon(tork *parent = 0, const char *name = 0); virtual ~TrayIcon(); @@ -86,7 +86,7 @@ private: class SetMaxRate : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: SetMaxRate(tork *parent=0, const char *name=0); // type: 0 Upload; 1 Download ~SetMaxRate() |