diff options
Diffstat (limited to 'kmail/newfolderdialog.h')
-rw-r--r-- | kmail/newfolderdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/newfolderdialog.h b/kmail/newfolderdialog.h index 96f4421eb..4744db3e2 100644 --- a/kmail/newfolderdialog.h +++ b/kmail/newfolderdialog.h @@ -69,7 +69,7 @@ class NewFolderDialog : public KDialogBase TQHBoxLayout* mNamespacesHBox; protected slots: void slotOk(); - void slotFolderNameChanged( const TQString & _text); + void slotFolderNameChanged( const TQString & _text); private: KMFolder* mFolder; |