diff options
Diffstat (limited to 'kpresenter/KPrPropertyEditor.h')
-rw-r--r-- | kpresenter/KPrPropertyEditor.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/kpresenter/KPrPropertyEditor.h b/kpresenter/KPrPropertyEditor.h index 71d1dc3f..d6fccd6d 100644 --- a/kpresenter/KPrPropertyEditor.h +++ b/kpresenter/KPrPropertyEditor.h @@ -20,7 +20,7 @@ #ifndef PROPERTYEDITOR_H #define PROPERTYEDITOR_H -#include <qtabdialog.h> +#include <tqtabdialog.h> #include <KPrGeneralProperty.h> class KCommand; @@ -36,12 +36,13 @@ class KPrPictureProperty; class KPrTextProperty; class KPrObjectProperties; -class KPrPropertyEditor : public QTabDialog +class KPrPropertyEditor : public TQTabDialog { Q_OBJECT + TQ_OBJECT public: - KPrPropertyEditor( QWidget *parent = 0, const char *name = 0, KPrPage *page = 0, KPrDocument *doc = 0 ); + KPrPropertyEditor( TQWidget *tqparent = 0, const char *name = 0, KPrPage *page = 0, KPrDocument *doc = 0 ); ~KPrPropertyEditor(); KCommand * getCommand(); @@ -64,7 +65,7 @@ private: KPrPage *m_page; KPrDocument *m_doc; - QPtrList<KPrObject> m_objects; + TQPtrList<KPrObject> m_objects; KPrPenStyleWidget *m_penProperty; KPrBrushProperty *m_brushProperty; |