summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabeldict/modules/poauxiliary/preferenceswidget.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:23:31 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-20 05:10:19 +0200
commit057df7da652d6435173fa99255bbb7bb82848211 (patch)
treec8986cc4a6106f588a7701ce4c6be61fa5bff998 /kbabel/kbabeldict/modules/poauxiliary/preferenceswidget.cpp
parent611a40e79abddb288f87ac74632a34e4f9566726 (diff)
downloadtdesdk-057df7da652d6435173fa99255bbb7bb82848211.tar.gz
tdesdk-057df7da652d6435173fa99255bbb7bb82848211.zip
Rename obsolete tq methods to standard names
(cherry picked from commit 36b1e019b76f39cca8fc81f6d4df544f1c94c179)
Diffstat (limited to 'kbabel/kbabeldict/modules/poauxiliary/preferenceswidget.cpp')
-rw-r--r--kbabel/kbabeldict/modules/poauxiliary/preferenceswidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbabel/kbabeldict/modules/poauxiliary/preferenceswidget.cpp b/kbabel/kbabeldict/modules/poauxiliary/preferenceswidget.cpp
index 873c07b6..51e5f6e6 100644
--- a/kbabel/kbabeldict/modules/poauxiliary/preferenceswidget.cpp
+++ b/kbabel/kbabeldict/modules/poauxiliary/preferenceswidget.cpp
@@ -47,10 +47,10 @@ AuxiliaryPreferencesWidget::AuxiliaryPreferencesWidget(TQWidget *parent, const c
: PrefWidget(parent,name)
, changed(false)
{
- TQVBoxLayout *tqlayout = new TQVBoxLayout(this);
+ TQVBoxLayout *layout = new TQVBoxLayout(this);
prefWidget = new PWidget(this);
- tqlayout->addWidget(prefWidget);
+ layout->addWidget(prefWidget);
connect(prefWidget->urlInput->lineEdit(),TQT_SIGNAL(textChanged(const TQString&))