From 17678d65de293ae9a8b077b5c0bc3f493c617f8b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:03:41 -0600 Subject: Rename obsolete tq methods to standard names --- src/kicondialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kicondialog.cpp') 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( ( 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); -- cgit v1.2.1