diff options
Diffstat (limited to 'vcs/subversion/subversion_core.cpp')
-rw-r--r-- | vcs/subversion/subversion_core.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcs/subversion/subversion_core.cpp b/vcs/subversion/subversion_core.cpp index f49ac302..75546d11 100644 --- a/vcs/subversion/subversion_core.cpp +++ b/vcs/subversion/subversion_core.cpp @@ -40,9 +40,9 @@ #include <ktempfile.h> #include <kprocess.h> #include <kstandarddirs.h> -#include <tqtextcodec.h> -#include <tqtextstream.h> -#include <tqtextbrowser.h> +#include <textcodec.h> +#include <textstream.h> +#include <textbrowser.h> #include <kmessagebox.h> #include <klocale.h> #include <tqregexp.h> @@ -223,7 +223,7 @@ void subversionCore::diff( const KURL::List& list, const TQString& where){ if ( where=="HEAD"){ diffTo=i18n("the current svn HEAD version."); } - KMessageBox::information( 0, i18n("No differences between the file and %1").tqarg(diffTo), i18n("No difference") ); + KMessageBox::information( 0, i18n("No differences between the file and %1").arg(diffTo), i18n("No difference") ); } diffresult.clear(); } |