diff options
Diffstat (limited to 'bab')
-rw-r--r-- | bab/bab.h | 6 | ||||
-rw-r--r-- | bab/styleconfdialog.h | 2 |
2 files changed, 4 insertions, 4 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); diff --git a/bab/styleconfdialog.h b/bab/styleconfdialog.h index 4eed340..4423347 100644 --- a/bab/styleconfdialog.h +++ b/bab/styleconfdialog.h @@ -26,7 +26,7 @@ class TDEConfig; class StyleConfigDialog: public KDialogBase { - Q_OBJECT + TQ_OBJECT public: StyleConfigDialog(TQWidget* parent, TQString styleName); |