|
|
@ -19,11 +19,11 @@
|
|
|
|
***************************************************************************/
|
|
|
|
***************************************************************************/
|
|
|
|
#include "blamedisplay_impl.h"
|
|
|
|
#include "blamedisplay_impl.h"
|
|
|
|
#include "simple_logcb.h"
|
|
|
|
#include "simple_logcb.h"
|
|
|
|
#include "src/settings/tdesvnsettings.h"
|
|
|
|
#include "tdesvnsettings.h"
|
|
|
|
#include "src/svnqt/log_entry.hpp"
|
|
|
|
#include "log_entry.hpp"
|
|
|
|
#include "fronthelpers/cursorstack.h"
|
|
|
|
#include "cursorstack.h"
|
|
|
|
#include "fronthelpers/widgetblockstack.h"
|
|
|
|
#include "widgetblockstack.h"
|
|
|
|
#include "src/ksvnwidgets/encodingselector_impl.h"
|
|
|
|
#include "encodingselector_impl.h"
|
|
|
|
|
|
|
|
|
|
|
|
#include <klistview.h>
|
|
|
|
#include <klistview.h>
|
|
|
|
#include <kglobalsettings.h>
|
|
|
|
#include <kglobalsettings.h>
|
|
|
@ -66,7 +66,7 @@ public:
|
|
|
|
void localeChanged()
|
|
|
|
void localeChanged()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if (!codec_searched) {
|
|
|
|
if (!codec_searched) {
|
|
|
|
cc = TQTextCodec::codecForName(Kdesvnsettings::locale_for_blame());
|
|
|
|
cc = TQTextCodec::codecForName(Kdesvnsettings::locale_for_blame().ascii());
|
|
|
|
codec_searched = true;
|
|
|
|
codec_searched = true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (cc) {
|
|
|
|
if (cc) {
|
|
|
|