diff options
Diffstat (limited to 'koshell/koshell_shell.cc')
-rw-r--r-- | koshell/koshell_shell.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/koshell/koshell_shell.cc b/koshell/koshell_shell.cc index cbc314ab0..27bec9d65 100644 --- a/koshell/koshell_shell.cc +++ b/koshell/koshell_shell.cc @@ -158,7 +158,7 @@ bool KoShellWindow::openDocumentInternal( const KURL &url, KoDocument* ) /*if (!KIO::NetAccess::exists(url,true,0) ) { - KMessageBox::error(0L, i18n("The file %1 doesn't exist.").tqarg(url.url()) ); + KMessageBox::error(0L, i18n("The file %1 doesn't exist.").arg(url.url()) ); recentAction()->removeURL(url); //remove the file from the recent-opened-file-list saveRecentFiles(); return false; @@ -503,7 +503,7 @@ void KoShellWindow::switchToPage( TQValueList<Page>::Iterator it ) v->setFocus(); partSpecificHelpAction->setEnabled(true); - partSpecificHelpAction->setText(i18n("%1 Handbook").tqarg((*m_activePage).m_pDoc->instance()->aboutData()->programName())); + partSpecificHelpAction->setText(i18n("%1 Handbook").arg((*m_activePage).m_pDoc->instance()->aboutData()->programName())); } void KoShellWindow::slotFileNew() |