diff options
Diffstat (limited to 'lib/kotext/KoAutoFormatDia.h')
-rw-r--r-- | lib/kotext/KoAutoFormatDia.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kotext/KoAutoFormatDia.h b/lib/kotext/KoAutoFormatDia.h index 14084af53..354febf6f 100644 --- a/lib/kotext/KoAutoFormatDia.h +++ b/lib/kotext/KoAutoFormatDia.h @@ -35,7 +35,7 @@ class TQComboBox; class KoAutoFormatLineEdit : public TQLineEdit { Q_OBJECT - TQ_OBJECT + public: KoAutoFormatLineEdit ( TQWidget * parent, const char * name=0 ); @@ -52,7 +52,7 @@ protected: class KoAutoFormatExceptionWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KoAutoFormatExceptionWidget(TQWidget *_parent, const TQString &name,const TQStringList &_list, bool _autoInclude, bool _abbreviation=false); @@ -82,7 +82,7 @@ protected slots: class KOTEXT_EXPORT KoAutoFormatDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KoAutoFormatDia( TQWidget *parent, const char *name, KoAutoFormat * autoFormat ); |