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/gvcore/fileopobject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gvcore/fileopobject.cpp') diff --git a/src/gvcore/fileopobject.cpp b/src/gvcore/fileopobject.cpp index e72d192..9f09438 100644 --- a/src/gvcore/fileopobject.cpp +++ b/src/gvcore/fileopobject.cpp @@ -89,7 +89,7 @@ void FileOpObject::slotResult(KIO::Job* job) { void FileOpObject::polishJob(KIO::Job* job) { - job->setWindow(mParent->tqtopLevelWidget()); + job->setWindow(mParent->topLevelWidget()); connect( job, TQT_SIGNAL( result(KIO::Job*) ), this, TQT_SLOT( slotResult(KIO::Job*) ) ); } -- cgit v1.2.1