diff options
Diffstat (limited to 'parts/filter')
-rw-r--r-- | parts/filter/shellfilterdlg.cpp | 2 | ||||
-rw-r--r-- | parts/filter/shellinsertdlg.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/parts/filter/shellfilterdlg.cpp b/parts/filter/shellfilterdlg.cpp index 6de74381..8b4685d2 100644 --- a/parts/filter/shellfilterdlg.cpp +++ b/parts/filter/shellfilterdlg.cpp @@ -120,7 +120,7 @@ void ShellFilterDialog::slotProcessExited(KProcess *) accept(); } else { KMessageBox::error(this, i18n("Process exited with status %1") - .tqarg(m_proc->exitStatus())); + .arg(m_proc->exitStatus())); reject(); } } diff --git a/parts/filter/shellinsertdlg.cpp b/parts/filter/shellinsertdlg.cpp index 353dd7de..d923fbb5 100644 --- a/parts/filter/shellinsertdlg.cpp +++ b/parts/filter/shellinsertdlg.cpp @@ -117,7 +117,7 @@ void ShellInsertDialog::slotProcessExited(KProcess *) accept(); } else { KMessageBox::error(this, i18n("Process exited with status %1") - .tqarg(m_proc->exitStatus())); + .arg(m_proc->exitStatus())); reject(); } } |