diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:35:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 13:35:00 +0900 |
commit | af97112a1a1c815e48080046e495510f41507206 (patch) | |
tree | 7919380d04122fc2a7d47d4dbaa20ffa6e634080 /src/systemtray.h | |
parent | 333171761d38caf584800780edeae501579233eb (diff) | |
download | basket-af97112a1a1c815e48080046e495510f41507206.tar.gz basket-af97112a1a1c815e48080046e495510f41507206.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/systemtray.h')
-rw-r--r-- | src/systemtray.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemtray.h b/src/systemtray.h index 0a582ef..cf1b974 100644 --- a/src/systemtray.h +++ b/src/systemtray.h @@ -31,7 +31,7 @@ class MainWindow; */ class KDE_EXPORT KSystemTray2 : public KSystemTray { - Q_OBJECT + TQ_OBJECT public: KSystemTray2(TQWidget *parent = 0, const char *name = 0); @@ -53,7 +53,7 @@ class KDE_EXPORT KSystemTray2 : public KSystemTray */ class SystemTray : public KSystemTray2 { - Q_OBJECT + TQ_OBJECT public: SystemTray(TQWidget *parent = 0, const char *name = 0); |