diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 14:16:39 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 14:16:39 +0900 |
commit | e1fc10f0a34ce8a2282e1009bcc863f1a93889b4 (patch) | |
tree | 630146ca7b55b2ec008aab552bbd3781407fc556 /bab/bab.h | |
parent | 31149c65cca5348dfd890dfb2ffe027f544f6ccb (diff) | |
download | tde-style-baghira-e1fc10f0a34ce8a2282e1009bcc863f1a93889b4.tar.gz tde-style-baghira-e1fc10f0a34ce8a2282e1009bcc863f1a93889b4.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'bab/bab.h')
-rw-r--r-- | bab/bab.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -35,7 +35,7 @@ class bab; class BabSwitcher : public KSystemTray , public babInterface{ - Q_OBJECT + TQ_OBJECT public: enum State {Jaguar = 0, Panther, iTunes, Tiger, Milk}; @@ -77,7 +77,7 @@ class TQCheckBox; */ class bab : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: enum TabState {Tab = 0, Clever, Chooser}; @@ -97,7 +97,7 @@ private slots: class Corner : public TQWidget { - Q_OBJECT + TQ_OBJECT public: enum Side {left = 0, right}; Corner(Side side); |