summaryrefslogtreecommitdiffstats
path: root/libkdeedu/extdate/extdatewidget.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:20:25 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-04 04:36:05 +0200
commit7e5586b24f4a2924cbf3303e434b941e25e3b4d2 (patch)
tree3b87ee1c5d17276ec042ea3c06f517167ec1fe14 /libkdeedu/extdate/extdatewidget.cpp
parent3fa570c72df3bf358988b8ce3f019bb7224c380e (diff)
downloadtdeedu-7e5586b24f4a2924cbf3303e434b941e25e3b4d2.tar.gz
tdeedu-7e5586b24f4a2924cbf3303e434b941e25e3b4d2.zip
Rename obsolete tq methods to standard names
(cherry picked from commit ba6b21419810544e0c8666969d21d72161d9084c)
Diffstat (limited to 'libkdeedu/extdate/extdatewidget.cpp')
-rw-r--r--libkdeedu/extdate/extdatewidget.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/libkdeedu/extdate/extdatewidget.cpp b/libkdeedu/extdate/extdatewidget.cpp
index 041b0d76..bd0163d3 100644
--- a/libkdeedu/extdate/extdatewidget.cpp
+++ b/libkdeedu/extdate/extdatewidget.cpp
@@ -74,8 +74,8 @@ ExtDateWidget::ExtDateWidget( const ExtDate &date, TQWidget *parent,
// {
// d = new ExtDateWidgetPrivate;
// KLocale *locale = KGlobal::locale();
-// TQHBoxLayout *tqlayout = new TQHBoxLayout(this, 0, KDialog::spacingHint());
-// tqlayout->setAutoAdd(true);
+// TQHBoxLayout *layout = new TQHBoxLayout(this, 0, KDialog::spacingHint());
+// layout->setAutoAdd(true);
// d->m_day = new ExtDateWidgetSpinBox(1, 1, this);
// d->m_month = new TQComboBox(false, this);
// for (int i = 1; ; ++i)
@@ -98,8 +98,8 @@ void ExtDateWidget::init(const ExtDate& date)
{
d = new ExtDateWidgetPrivate;
//KLocale *locale = KGlobal::locale();
- TQHBoxLayout *tqlayout = new TQHBoxLayout(this, 0, KDialog::spacingHint());
- tqlayout->setAutoAdd(true);
+ TQHBoxLayout *layout = new TQHBoxLayout(this, 0, KDialog::spacingHint());
+ layout->setAutoAdd(true);
d->m_day = new ExtDateWidgetSpinBox(1, 1, this);
d->m_month = new TQComboBox(false, this);
for (int i = 1; ; ++i)