diff options
author | Timothy Pearson <[email protected]> | 2011-12-16 09:57:49 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-16 09:57:49 -0600 |
commit | 548395e018d377eaa8fede0fba271da8b6c49fc9 (patch) | |
tree | 6b6acd1baf1a63c2dfb1735461d8a1e2e20f8385 /src/ksvnwidgets/diffbrowser.cpp | |
parent | bb7be2361770a435b3e2e8ae2ac4250bf9810bb4 (diff) | |
download | tdesvn-548395e018d377eaa8fede0fba271da8b6c49fc9.tar.gz tdesvn-548395e018d377eaa8fede0fba271da8b6c49fc9.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit bb7be2361770a435b3e2e8ae2ac4250bf9810bb4.
Diffstat (limited to 'src/ksvnwidgets/diffbrowser.cpp')
-rw-r--r-- | src/ksvnwidgets/diffbrowser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ksvnwidgets/diffbrowser.cpp b/src/ksvnwidgets/diffbrowser.cpp index 8e273cd..1e87d29 100644 --- a/src/ksvnwidgets/diffbrowser.cpp +++ b/src/ksvnwidgets/diffbrowser.cpp @@ -33,7 +33,7 @@ #include <tqfont.h> #include <tqtooltip.h> #include <tqwhatsthis.h> -#include <textcodec.h> +#include <tqtextcodec.h> /*! \fn DiffBrowser::DiffBrowser(TQWidget*parent=0,const char*name=0) @@ -96,7 +96,7 @@ void DiffBrowser::saveDiff() TQFile tfile(saveTo); if (tfile.exists()) { if (KMessageBox::warningYesNo(TQT_TQWIDGET(KApplication::activeModalWidget()), - i18n("File %1 exists - overwrite?").arg(saveTo)) + i18n("File %1 exists - overwrite?").tqarg(saveTo)) !=KMessageBox::Yes) { return; } |