From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- .../featureplan/kcal_resourcefeatureplanconfig.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'kresources/featureplan/kcal_resourcefeatureplanconfig.cpp') diff --git a/kresources/featureplan/kcal_resourcefeatureplanconfig.cpp b/kresources/featureplan/kcal_resourcefeatureplanconfig.cpp index c72915d0..42043a5d 100644 --- a/kresources/featureplan/kcal_resourcefeatureplanconfig.cpp +++ b/kresources/featureplan/kcal_resourcefeatureplanconfig.cpp @@ -19,9 +19,9 @@ Boston, MA 02110-1301, USA. */ -#include -#include -#include +#include +#include +#include #include #include @@ -35,26 +35,26 @@ using namespace KCal; -ResourceFeaturePlanConfig::ResourceFeaturePlanConfig( QWidget *parent, +ResourceFeaturePlanConfig::ResourceFeaturePlanConfig( TQWidget *parent, const char *name ) : KRES::ConfigWidget( parent, name ) { - QGridLayout *topLayout = new QGridLayout( this, 3, 2, 0, + TQGridLayout *topLayout = new TQGridLayout( this, 3, 2, 0, KDialog::spacingHint() ); - QLabel *label = new QLabel( i18n( "Filename:" ), this ); + TQLabel *label = new TQLabel( i18n( "Filename:" ), this ); mFilename = new KURLRequester( this ); topLayout->addWidget( label, 0, 0 ); topLayout->addWidget( mFilename, 0, 1 ); - label = new QLabel( i18n( "Filter email:" ), this ); + label = new TQLabel( i18n( "Filter email:" ), this ); mFilterEmail = new KLineEdit( this ); topLayout->addWidget( label, 1, 0 ); topLayout->addWidget( mFilterEmail, 1, 1 ); - mCvsCheck = new QCheckBox( i18n("Use CVS"), this ); + mCvsCheck = new TQCheckBox( i18n("Use CVS"), this ); topLayout->addMultiCellWidget( mCvsCheck, 2, 2, 0, 1 ); } -- cgit v1.2.3