From 98a12d05a48814bec3870b9a6d5865475cfa1c95 Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 4 Jan 2011 02:22:38 +0000 Subject: Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1211429 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kwordquiz/src/kwqnewstuff.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kwordquiz/src/kwqnewstuff.cpp') diff --git a/kwordquiz/src/kwqnewstuff.cpp b/kwordquiz/src/kwqnewstuff.cpp index 05da32af..77debfe2 100644 --- a/kwordquiz/src/kwqnewstuff.cpp +++ b/kwordquiz/src/kwqnewstuff.cpp @@ -77,7 +77,7 @@ TQString KWQNewStuff::downloadDestination(KNS::Entry * entry) if (KStandardDirs::exists(file)) { - int result = KMessageBox::questionYesNo(parentWidget(), + int result = KMessageBox::questionYesNo(tqparentWidget(), i18n("The file '%1' already exists. Do you want to overwrite it?") .arg(file), TQString::null, @@ -85,7 +85,7 @@ TQString KWQNewStuff::downloadDestination(KNS::Entry * entry) if (result == KMessageBox::No) return TQString::null; } - KMessageBox::information(parentWidget(), + KMessageBox::information(tqparentWidget(), i18n("The selected file will now be downloaded and saved as\n'%1'.") .arg(file), TQString::null, -- cgit v1.2.1