diff options
Diffstat (limited to 'knotes/knoteconfigdlg.h')
-rw-r--r-- | knotes/knoteconfigdlg.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/knotes/knoteconfigdlg.h b/knotes/knoteconfigdlg.h index 2232b5e93..9a44a12a9 100644 --- a/knotes/knoteconfigdlg.h +++ b/knotes/knoteconfigdlg.h @@ -31,21 +31,21 @@ class KNoteConfigDlg : public KConfigDialog { Q_OBJECT public: - KNoteConfigDlg( KNoteConfig *config, const QString &title, - QWidget *parent=0, const char *name=0 ); + KNoteConfigDlg( KNoteConfig *config, const TQString &title, + TQWidget *parent=0, const char *name=0 ); ~KNoteConfigDlg(); public slots: void slotUpdateCaption(); protected: - QWidget *makeDisplayPage( bool ); - QWidget *makeEditorPage( bool ); + TQWidget *makeDisplayPage( bool ); + TQWidget *makeEditorPage( bool ); - QWidget *makeDefaultsPage(); - QWidget *makeActionsPage(); - QWidget *makeNetworkPage(); - QWidget *makeStylePage(); + TQWidget *makeDefaultsPage(); + TQWidget *makeActionsPage(); + TQWidget *makeNetworkPage(); + TQWidget *makeStylePage(); }; #endif |