diff options
Diffstat (limited to 'kmouth/optionsdialog.h')
-rw-r--r-- | kmouth/optionsdialog.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kmouth/optionsdialog.h b/kmouth/optionsdialog.h index 30f635d..ac50f7d 100644 --- a/kmouth/optionsdialog.h +++ b/kmouth/optionsdialog.h @@ -33,8 +33,9 @@ class WordCompletionWidget; class PreferencesWidget : public PreferencesUI { Q_OBJECT + TQ_OBJECT public: - PreferencesWidget(TQWidget *parent, const char *name); + PreferencesWidget(TQWidget *tqparent, const char *name); ~PreferencesWidget(); void readOptions (KConfig *config); @@ -56,8 +57,9 @@ private: class OptionsDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - OptionsDialog(TQWidget *parent); + OptionsDialog(TQWidget *tqparent); ~OptionsDialog(); void slotCancel(); |