summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/calendar/caltemplate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/calendar/caltemplate.cpp')
-rw-r--r--kipi-plugins/calendar/caltemplate.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kipi-plugins/calendar/caltemplate.cpp b/kipi-plugins/calendar/caltemplate.cpp
index 6894ec5..c9e581a 100644
--- a/kipi-plugins/calendar/caltemplate.cpp
+++ b/kipi-plugins/calendar/caltemplate.cpp
@@ -64,7 +64,7 @@ CalTemplate::CalTemplate(TQWidget* parent, const char* name)
previewSize_ = 300;
TQGroupBox *boxPreview_ = new TQGroupBox( i18n("Preview"), this );
- boxPreview_->setColumnLayout(0, Qt::Vertical);
+ boxPreview_->setColumnLayout(0, TQt::Vertical);
boxPreview_->layout()->setMargin( 5 );
TQVBoxLayout *previewLayout = new TQVBoxLayout(boxPreview_->layout());
@@ -76,7 +76,7 @@ CalTemplate::CalTemplate(TQWidget* parent, const char* name)
// ---------------------------------------------------------------
TQGroupBox *gbox = new TQGroupBox( i18n("Settings"), this );
- gbox->setColumnLayout(0, Qt::Vertical );
+ gbox->setColumnLayout(0, TQt::Vertical );
gbox->layout()->setSpacing( 11 );
gbox->layout()->setMargin( 6 );
TQVBoxLayout* gboxLayout = new TQVBoxLayout( gbox->layout() );
@@ -135,7 +135,7 @@ CalTemplate::CalTemplate(TQWidget* parent, const char* name)
hlayout->addWidget(new TQLabel(i18n("Image to text ratio:"), gbox));
- sliderRatio_ = new TQSlider(50,300,5,100,Qt::Horizontal,gbox);
+ sliderRatio_ = new TQSlider(50,300,5,100,TQt::Horizontal,gbox);
hlayout->addWidget( sliderRatio_ );
gboxLayout->addLayout( hlayout );