diff options
Diffstat (limited to 'kspread/kspread_propertyEditor.h')
-rw-r--r-- | kspread/kspread_propertyEditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/kspread_propertyEditor.h b/kspread/kspread_propertyEditor.h index 3da5507e..fc96fec2 100644 --- a/kspread/kspread_propertyEditor.h +++ b/kspread/kspread_propertyEditor.h @@ -43,7 +43,7 @@ class Doc; class PropertyEditor : public TQTabDialog { Q_OBJECT - TQ_OBJECT + public: PropertyEditor( TQWidget *parent = 0, const char *name = 0, Sheet *page = 0, Doc *doc = 0 ); |