diff options
Diffstat (limited to 'kmail/newfolderdialog.h')
-rw-r--r-- | kmail/newfolderdialog.h | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/kmail/newfolderdialog.h b/kmail/newfolderdialog.h index f5065bcd6..3f3c88265 100644 --- a/kmail/newfolderdialog.h +++ b/kmail/newfolderdialog.h @@ -29,8 +29,8 @@ #ifndef NEW_FOLDER_DIALOG_H #define NEW_FOLDER_DIALOG_H -#include <qvariant.h> -#include <qdialog.h> +#include <tqvariant.h> +#include <tqdialog.h> #include <kdialogbase.h> class QVBoxLayout; @@ -49,27 +49,27 @@ class NewFolderDialog : public KDialogBase Q_OBJECT public: - NewFolderDialog( QWidget* parent = 0, KMFolder *folder = 0 ); + NewFolderDialog( TQWidget* parent = 0, KMFolder *folder = 0 ); ~NewFolderDialog() {}; - QLabel* mNameLabel; - QLineEdit* mNameLineEdit; - QLabel* mMailboxFormatLabel; - QComboBox* mFormatComboBox; - QLabel* mContentsLabel; - QComboBox* mContentsComboBox; - QLabel* mNamespacesLabel; - QComboBox* mNamespacesComboBox; + TQLabel* mNameLabel; + TQLineEdit* mNameLineEdit; + TQLabel* mMailboxFormatLabel; + TQComboBox* mFormatComboBox; + TQLabel* mContentsLabel; + TQComboBox* mContentsComboBox; + TQLabel* mNamespacesLabel; + TQComboBox* mNamespacesComboBox; protected: - QVBoxLayout* mTopLevelLayout; - QHBoxLayout* mNameHBox; - QHBoxLayout* mFormatHBox; - QHBoxLayout* mContentsHBox; - QHBoxLayout* mNamespacesHBox; + TQVBoxLayout* mTopLevelLayout; + TQHBoxLayout* mNameHBox; + TQHBoxLayout* mFormatHBox; + TQHBoxLayout* mContentsHBox; + TQHBoxLayout* mNamespacesHBox; protected slots: void slotOk(); - void slotFolderNameChanged( const QString & _text); + void slotFolderNameChanged( const TQString & _text); private: KMFolder* mFolder; |