diff options
Diffstat (limited to 'kmail/kmfoldercombobox.h')
-rw-r--r-- | kmail/kmfoldercombobox.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kmail/kmfoldercombobox.h b/kmail/kmfoldercombobox.h index 38268e752..b53519022 100644 --- a/kmail/kmfoldercombobox.h +++ b/kmail/kmfoldercombobox.h @@ -11,13 +11,14 @@ #include <tqcombobox.h> #include <tqguardedptr.h> -class KMFolderComboBox : public QComboBox +class KMFolderComboBox : public TQComboBox { Q_OBJECT + TQ_OBJECT public: - KMFolderComboBox( TQWidget *parent = 0, char *name = 0 ); - KMFolderComboBox( bool rw, TQWidget *parent = 0, char *name = 0 ); + KMFolderComboBox( TQWidget *tqparent = 0, char *name = 0 ); + KMFolderComboBox( bool rw, TQWidget *tqparent = 0, char *name = 0 ); /** Select whether the outbox folder is shown. Default is yes. */ void showOutboxFolder(bool shown); |