diff options
Diffstat (limited to 'lib/kotext/KoParagDia_p.h')
| -rw-r--r-- | lib/kotext/KoParagDia_p.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kotext/KoParagDia_p.h b/lib/kotext/KoParagDia_p.h index 48f77ea17..1e1b42d34 100644 --- a/lib/kotext/KoParagDia_p.h +++ b/lib/kotext/KoParagDia_p.h @@ -36,7 +36,7 @@ class TQPainter; class KoSpinBox : public TQSpinBox { Q_OBJECT - TQ_OBJECT + public: enum counterType{ NONE,NUM,ALPHAB_L,ALPHAB_U,ROM_NUM_L,ROM_NUM_U}; @@ -59,7 +59,7 @@ public: class KPagePreview : public TQGroupBox { Q_OBJECT - TQ_OBJECT + public: KPagePreview( TQWidget*, const char* = 0L ); @@ -93,7 +93,7 @@ protected: class KPagePreview2 : public TQGroupBox { Q_OBJECT - TQ_OBJECT + public: KPagePreview2( TQWidget*, const char* = 0L ); @@ -116,7 +116,7 @@ protected: class KoBorderPreview : public TQFrame/*TQGroupBox*/ { Q_OBJECT - TQ_OBJECT + public: KoBorderPreview( TQWidget*, const char* = 0L ); |
