summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/ui/addapplet.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-24 11:51:11 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-03 03:26:35 +0200
commit81db2daabdbee7429b708a9a845f86adbf4873ea (patch)
treefd3546859464c85114255409364d1aadff207184 /kicker/kicker/ui/addapplet.cpp
parent0251b10c2e9a79e857e5729453d375d09fa8336e (diff)
downloadtdebase-81db2daabdbee7429b708a9a845f86adbf4873ea.tar.gz
tdebase-81db2daabdbee7429b708a9a845f86adbf4873ea.zip
Rename a few stragglers
(cherry picked from commit a2146f655c7ca3b10cf50833eefd483e635e1f4a)
Diffstat (limited to 'kicker/kicker/ui/addapplet.cpp')
-rw-r--r--kicker/kicker/ui/addapplet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/kicker/ui/addapplet.cpp b/kicker/kicker/ui/addapplet.cpp
index 133df0016..d6b144803 100644
--- a/kicker/kicker/ui/addapplet.cpp
+++ b/kicker/kicker/ui/addapplet.cpp
@@ -291,7 +291,7 @@ void AddAppletDialog::resizeAppletView()
{
m_appletBox->layout()->activate();
w = v->visibleWidth();
- h = m_appletBox->tqlayout()->minimumSize().height();
+ h = m_appletBox->layout()->minimumSize().height();
v->resizeContents(w, QMAX(h, v->visibleHeight()));
if (w == m_appletBox->width() && h == m_appletBox->height())
break;