diff options
Diffstat (limited to 'kmail/recipientseditortest.h')
-rw-r--r-- | kmail/recipientseditortest.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/kmail/recipientseditortest.h b/kmail/recipientseditortest.h index be468e833..ea2f1e9ef 100644 --- a/kmail/recipientseditortest.h +++ b/kmail/recipientseditortest.h @@ -18,8 +18,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #ifndef RECIPIENTSEDITORTEST_H #define RECIPIENTSEDITORTEST_H @@ -28,11 +28,12 @@ class RecipientsEditor; -class Composer : public QWidget +class Composer : public TQWidget { Q_OBJECT + TQ_OBJECT public: - Composer( TQWidget *parent ); + Composer( TQWidget *tqparent ); public slots: void slotClose(); |