summaryrefslogtreecommitdiffstats
path: root/kturtle
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:30:46 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-04 04:35:55 +0200
commitb142e177fd839801f225b2694b98095a59869772 (patch)
treee5f615fa20356b9335d4cb76bb5f96aa5d7a334d /kturtle
parenta44a56fdf9ce1b7cc987f18c93b505adb9f24297 (diff)
downloadtdeedu-b142e177fd839801f225b2694b98095a59869772.tar.gz
tdeedu-b142e177fd839801f225b2694b98095a59869772.zip
Rename old tq methods that no longer need a unique name
(cherry picked from commit 999f961ff5278b84c8ffd8a91addb9343e589cf0)
Diffstat (limited to 'kturtle')
-rw-r--r--kturtle/src/kturtle.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kturtle/src/kturtle.cpp b/kturtle/src/kturtle.cpp
index ffa528f3..b9963a2e 100644
--- a/kturtle/src/kturtle.cpp
+++ b/kturtle/src/kturtle.cpp
@@ -880,7 +880,7 @@ void MainWindow::slotSettings()
WidthHeightBox->tqlayout()->setSpacing( 6 );
WidthHeightBox->tqlayout()->setMargin( 11 );
TQVBoxLayout *WidthHeightBoxLayout = new TQVBoxLayout( WidthHeightBox->tqlayout() );
- WidthHeightBoxLayout->tqsetAlignment( TQt::AlignTop );
+ WidthHeightBoxLayout->setAlignment( TQt::AlignTop );
TQHBoxLayout *tqlayout3 = new TQHBoxLayout( 0, 0, 6, "tqlayout3");
TQVBoxLayout *tqlayout2 = new TQVBoxLayout( 0, 0, 6, "tqlayout2");
@@ -909,7 +909,7 @@ void MainWindow::slotSettings()
TQLabel* WidthHeightLabel = new TQLabel(i18n("You need to restart before these settings have effect"), WidthHeightBox);
WidthHeightBoxLayout->addWidget( WidthHeightLabel );
generalLayout->addWidget( WidthHeightBox, 0, 0 );
- general->resize( TQSize(234, 109).expandedTo(tqminimumSizeHint()) );
+ general->resize( TQSize(234, 109).expandedTo(minimumSizeHint()) );
dialog->addPage( general, i18n("General"), "package_settings", i18n("General Settings") );
@@ -921,7 +921,7 @@ void MainWindow::slotSettings()
groupBox1->tqlayout()->setSpacing( 6 );
groupBox1->tqlayout()->setMargin( 11 );
TQGridLayout *groupBox1Layout = new TQGridLayout( groupBox1->tqlayout() );
- groupBox1Layout->tqsetAlignment( TQt::AlignTop );
+ groupBox1Layout->setAlignment( TQt::AlignTop );
TQVBoxLayout *tqlayout4 = new TQVBoxLayout( 0, 0, 6, "tqlayout4");
@@ -941,7 +941,7 @@ void MainWindow::slotSettings()
groupBox1Layout->addLayout( tqlayout4, 0, 0 );
languageLayout->addWidget( groupBox1, 0, 0 );
- language->resize( TQSize(373, 80).expandedTo(tqminimumSizeHint()) );
+ language->resize( TQSize(373, 80).expandedTo(minimumSizeHint()) );
dialog->addPage( language, i18n("Language"), "locale", i18n("Language Settings") );