summaryrefslogtreecommitdiffstats
path: root/src/kicondialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-21 14:03:41 -0600
committerSlávek Banko <[email protected]>2012-06-25 03:21:34 +0200
commit97ccef8ebcb1c875f41e70c58d29214f1838b5a2 (patch)
treedfcfb66458fa70190bf7ddcb9437e21702d495d2 /src/kicondialog.cpp
parent4432e0a1145b0ef95d741fea6d04b565f36fa626 (diff)
downloadbasket-97ccef8ebcb1c875f41e70c58d29214f1838b5a2.tar.gz
basket-97ccef8ebcb1c875f41e70c58d29214f1838b5a2.zip
Rename obsolete tq methods to standard names
(cherry picked from commit 17678d65de293ae9a8b077b5c0bc3f493c617f8b)
Diffstat (limited to 'src/kicondialog.cpp')
-rw-r--r--src/kicondialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kicondialog.cpp b/src/kicondialog.cpp
index 0122289..295fdb4 100644
--- a/src/kicondialog.cpp
+++ b/src/kicondialog.cpp
@@ -256,7 +256,7 @@ void KIconDialog::setup(KIcon::Group group, KIcon::Context context,
d->extendedContext = static_cast<ExtendedContext>( ( context == KIcon::Any ) ? ALL : context + 1 );
- // We cannot change tqlayout because it is protected ;-(
+ // We cannot change layout because it is protected ;-(
// FIXME: TQt4 we will be able to inherit from both TQDialog and our GUI
d->ui->listBox->setEnabled(!lockContext);
d->ui->browseButton->setEnabled(!lockBrowse);