diff options
Diffstat (limited to 'kspread/kspread_propertyEditor.h')
-rw-r--r-- | kspread/kspread_propertyEditor.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/kspread/kspread_propertyEditor.h b/kspread/kspread_propertyEditor.h index 907f40e0..a8a32013 100644 --- a/kspread/kspread_propertyEditor.h +++ b/kspread/kspread_propertyEditor.h @@ -20,7 +20,7 @@ #ifndef PROPERTYEDITOR_H #define PROPERTYEDITOR_H -#include <qtabdialog.h> +#include <tqtabdialog.h> #include <kspread_generalProperty.h> class KCommand; @@ -40,12 +40,13 @@ class Doc; // class KPrTextProperty; // class KPrObjectProperties; -class PropertyEditor : public QTabDialog +class PropertyEditor : public TQTabDialog { Q_OBJECT + TQ_OBJECT public: - PropertyEditor( QWidget *parent = 0, const char *name = 0, Sheet *page = 0, Doc *doc = 0 ); + PropertyEditor( TQWidget *tqparent = 0, const char *name = 0, Sheet *page = 0, Doc *doc = 0 ); ~PropertyEditor(); KCommand * getCommand(); @@ -68,7 +69,7 @@ private: Sheet *m_page; Doc *m_doc; - QPtrList<EmbeddedObject> m_objects; + TQPtrList<EmbeddedObject> m_objects; // KPrPenStyleWidget *m_penProperty; // KPrBrushProperty *m_brushProperty; |