summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoStyleManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/KoStyleManager.h')
-rw-r--r--lib/kotext/KoStyleManager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kotext/KoStyleManager.h b/lib/kotext/KoStyleManager.h
index 6d27449a..8a7e4cf4 100644
--- a/lib/kotext/KoStyleManager.h
+++ b/lib/kotext/KoStyleManager.h
@@ -53,7 +53,7 @@ class KoStyleManagerPrivate;
*/
class KOTEXT_EXPORT KoStyleManager : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -120,7 +120,7 @@ protected:
};
class KOTEXT_EXPORT KoStyleManagerTab : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
KoStyleManagerTab(TQWidget *parent) : TQWidget(parent) {};
@@ -141,7 +141,7 @@ protected:
// Acts as a wrapper around KoParagLayoutWidget [which doesn't know about styles].
class KOTEXT_EXPORT KoStyleParagTab : public KoStyleManagerTab
{
- Q_OBJECT
+ TQ_OBJECT
public:
KoStyleParagTab( TQWidget * parent );
@@ -161,7 +161,7 @@ private:
// The "font" tab. Maybe we should put the text color at the bottom ?
class KOTEXT_EXPORT KoStyleFontTab : public KoStyleManagerTab
{
- Q_OBJECT
+ TQ_OBJECT
public:
KoStyleFontTab( TQWidget * parent );