summaryrefslogtreecommitdiffstats
path: root/bab/bab.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:16:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-25 22:04:30 +0900
commit185b962c88ce05cb840f25b00a48934c555b3f79 (patch)
treed82d43c24935364576c1b30fdf9685c020bb2e0c /bab/bab.h
parent2081343a38fcf12e7ae321f594ce4e07d042de9a (diff)
downloadtde-style-baghira-185b962c.tar.gz
tde-style-baghira-185b962c.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e1fc10f0a34ce8a2282e1009bcc863f1a93889b4)
Diffstat (limited to 'bab/bab.h')
-rw-r--r--bab/bab.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/bab/bab.h b/bab/bab.h
index 68c7dcd..3f76c0c 100644
--- a/bab/bab.h
+++ b/bab/bab.h
@@ -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);