diff options
Diffstat (limited to 'kmail/recipientseditortest.cpp')
-rw-r--r-- | kmail/recipientseditortest.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kmail/recipientseditortest.cpp b/kmail/recipientseditortest.cpp index adbf4c4a0..8ef12ed24 100644 --- a/kmail/recipientseditortest.cpp +++ b/kmail/recipientseditortest.cpp @@ -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. */ #include "recipientseditortest.h" @@ -39,8 +39,8 @@ #include <tqlineedit.h> #include <tqtextedit.h> -Composer::Composer( TQWidget *parent ) - : TQWidget( parent ) +Composer::Composer( TQWidget *tqparent ) + : TQWidget( tqparent ) { TQGridLayout *topLayout = new TQGridLayout( this ); topLayout->setMargin( 4 ); |