summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/trayicon.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:56:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-24 11:00:00 +0900
commit694b657302a73bcdc1c98d928df81a62cee94d1d (patch)
tree3a138468bf08c9e0ae21ca0fdff37f6f9e2649fe /apps/ktorrent/trayicon.h
parentf7b3d4e9cd926384cf343b548aac637777eece7a (diff)
downloadktorrent-694b657302a73bcdc1c98d928df81a62cee94d1d.tar.gz
ktorrent-694b657302a73bcdc1c98d928df81a62cee94d1d.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 22521a5d98abf03cf740ccdd940e682e76b529d7)
Diffstat (limited to 'apps/ktorrent/trayicon.h')
-rw-r--r--apps/ktorrent/trayicon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ktorrent/trayicon.h b/apps/ktorrent/trayicon.h
index a277f79..f31767d 100644
--- a/apps/ktorrent/trayicon.h
+++ b/apps/ktorrent/trayicon.h
@@ -49,7 +49,7 @@ struct TrayStats
*/
class TrayIcon : public KSystemTray
{
- Q_OBJECT
+ TQ_OBJECT
public:
TrayIcon(KTorrentCore* tc, TQWidget *parent = 0, const char *name = 0);
@@ -123,7 +123,7 @@ private:
class SetMaxRate : public TDEPopupMenu
{
- Q_OBJECT
+ TQ_OBJECT
public:
SetMaxRate(KTorrentCore* tc, int t, TQWidget *parent=0, const char *name=0); // type: 0 Upload; 1 Download