diff options
Diffstat (limited to 'kmail/recipientseditortest.h')
-rw-r--r-- | kmail/recipientseditortest.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/recipientseditortest.h b/kmail/recipientseditortest.h index 5a24c4e66..be468e833 100644 --- a/kmail/recipientseditortest.h +++ b/kmail/recipientseditortest.h @@ -24,7 +24,7 @@ #ifndef RECIPIENTSEDITORTEST_H #define RECIPIENTSEDITORTEST_H -#include <qwidget.h> +#include <tqwidget.h> class RecipientsEditor; @@ -32,7 +32,7 @@ class Composer : public QWidget { Q_OBJECT public: - Composer( QWidget *parent ); + Composer( TQWidget *parent ); public slots: void slotClose(); |