diff options
Diffstat (limited to 'kspread/dialogs/kspread_dlg_goto.h')
-rw-r--r-- | kspread/dialogs/kspread_dlg_goto.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kspread/dialogs/kspread_dlg_goto.h b/kspread/dialogs/kspread_dlg_goto.h index 7237f575..70226971 100644 --- a/kspread/dialogs/kspread_dlg_goto.h +++ b/kspread/dialogs/kspread_dlg_goto.h @@ -37,12 +37,13 @@ class View; class GotoDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - GotoDialog( View* parent, const char* name); + GotoDialog( View* tqparent, const char* name); public slots: void slotOk(); - void textChanged ( const QString &_text ); + void textChanged ( const TQString &_text ); protected: |