summaryrefslogtreecommitdiffstats
path: root/keduca/keduca/keducaview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keduca/keduca/keducaview.cpp')
-rw-r--r--keduca/keduca/keducaview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/keduca/keduca/keducaview.cpp b/keduca/keduca/keducaview.cpp
index 97a46e35..9a6813d5 100644
--- a/keduca/keduca/keducaview.cpp
+++ b/keduca/keduca/keducaview.cpp
@@ -209,7 +209,7 @@ void KEducaView::showRecord()
// SHOW QUESTION *******************************************************************
_questionText->setPixmap( _keducaFile->getPicturePixmap() );
questionTextTemp = "<table width=100%><tr><td><b>"
- + i18n("Question %1").tqarg(_keducaFileIndex) + "</b>";
+ + i18n("Question %1").arg(_keducaFileIndex) + "</b>";
if( _keducaFile->getTotalPoints() > 0 )
questionTextTemp += "</td><td align=center bgColor=#336699><font color=#ffffff><b>"
@@ -266,7 +266,7 @@ void KEducaView::showRecord()
KMessageBox::information( this,
i18n( "You have %1 seconds to complete this question.\n\n"
"Press OK when you are ready." )
- .tqarg( _keducaFile->getQuestion(FileRead::TQF_TIME) ) );
+ .arg( _keducaFile->getQuestion(FileRead::TQF_TIME) ) );
}
int timeout = _keducaFile->getQuestionInt(FileRead::TQF_TIME);