diff options
Diffstat (limited to 'kspread/dialogs/kspread_dlg_resize2.h')
-rw-r--r-- | kspread/dialogs/kspread_dlg_resize2.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kspread/dialogs/kspread_dlg_resize2.h b/kspread/dialogs/kspread_dlg_resize2.h index 395796ac..3e955f18 100644 --- a/kspread/dialogs/kspread_dlg_resize2.h +++ b/kspread/dialogs/kspread_dlg_resize2.h @@ -38,9 +38,10 @@ class View; class ResizeRow: public KDialogBase { Q_OBJECT + TQ_OBJECT public: - ResizeRow( View* parent, const char* name = 0 ); + ResizeRow( View* tqparent, const char* name = 0 ); double rowHeight; protected slots: @@ -55,9 +56,10 @@ protected: class ResizeColumn: public KDialogBase { Q_OBJECT + TQ_OBJECT public: - ResizeColumn( View* parent, const char* name = 0 ); + ResizeColumn( View* tqparent, const char* name = 0 ); double columnWidth; protected slots: |