From d0bdd0d7a768f9935b521f3bd12a4cd72739b96f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:08:43 -0600 Subject: Rename old tq methods that no longer need a unique name --- src/app/configdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/configdialog.cpp') diff --git a/src/app/configdialog.cpp b/src/app/configdialog.cpp index 0fb33df..d274188 100644 --- a/src/app/configdialog.cpp +++ b/src/app/configdialog.cpp @@ -289,7 +289,7 @@ void ConfigDialog::emptyCache() { KURL url; url.setPath(dir); - if (KIO::NetAccess::del(url, tqtopLevelWidget()) ) { + if (KIO::NetAccess::del(url, topLevelWidget()) ) { KMessageBox::information( this,i18n("Cache emptied.") ); } } -- cgit v1.2.1