summaryrefslogtreecommitdiffstats
path: root/vcs/cvsservice/editorsdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/cvsservice/editorsdialog.cpp')
-rw-r--r--vcs/cvsservice/editorsdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcs/cvsservice/editorsdialog.cpp b/vcs/cvsservice/editorsdialog.cpp
index bbd8443f..79695840 100644
--- a/vcs/cvsservice/editorsdialog.cpp
+++ b/vcs/cvsservice/editorsdialog.cpp
@@ -15,7 +15,7 @@
#include <kdebug.h>
#include <dcopref.h>
-#include <textbrowser.h>
+#include <tqtextbrowser.h>
#include <tqregexp.h>
#include "editorsdialog.h"
@@ -61,7 +61,7 @@ void EditorsDialog::slotJobExited( bool normalExit, int exitStatus )
{
if (!normalExit)
{
- KMessageBox::sorry( this, i18n("Log failed with exitStatus == %1").arg( exitStatus), i18n("Log Failed") );
+ KMessageBox::sorry( this, i18n("Log failed with exitStatus == %1").tqarg( exitStatus), i18n("Log Failed") );
return;
}