diff options
Diffstat (limited to 'knotes/knotehostdlg.h')
-rw-r--r-- | knotes/knotehostdlg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/knotes/knotehostdlg.h b/knotes/knotehostdlg.h index a48be2fb4..1e8c79ff1 100644 --- a/knotes/knotehostdlg.h +++ b/knotes/knotehostdlg.h @@ -45,13 +45,13 @@ class KNoteHostDlg : public KDialogBase { Q_OBJECT public: - KNoteHostDlg( const QString& caption, QWidget *parent=0, const char *name=0 ); + KNoteHostDlg( const TQString& caption, TQWidget *parent=0, const char *name=0 ); ~KNoteHostDlg(); - QString host() const; + TQString host() const; private slots: - void slotTextChanged( const QString & ); + void slotTextChanged( const TQString & ); private: KHistoryCombo *m_hostCombo; |