diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 12:57:21 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-24 11:02:46 +0900 |
commit | 1855627c07e014e5913990fbbe0c9f42a2ce4962 (patch) | |
tree | 585f50405e645bb112a4e5656b000c9f41e903a2 /src/trayicon.h | |
parent | 7ef277b379f2a65548c40f03c6f90b33f64b8f9e (diff) | |
download | tork-1855627c07e014e5913990fbbe0c9f42a2ce4962.tar.gz tork-1855627c07e014e5913990fbbe0c9f42a2ce4962.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 318e3e3a6243cbfe01d25f679ca5f1ed07bb06e0)
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() |