View | Details | Raw Unified | Return to bug 4920
Collapse All | Expand All

(-)kdeutils-3.2.3.orig/ark/arkapp.cpp (+2 lines)
Lines 31-36 Link Here
31
#include <klocale.h>
31
#include <klocale.h>
32
#include <unistd.h>
32
#include <unistd.h>
33
#include <qfile.h>
33
#include <qfile.h>
34
#include <qtextcodec.h>
34
#include <errno.h>
35
#include <errno.h>
35
36
36
37
Lines 113-118 Link Here
113
	kdDebug(1601) << "+ArkApplication::ArkApplication" << endl;
114
	kdDebug(1601) << "+ArkApplication::ArkApplication" << endl;
114
	m_mainwidget = new QWidget;
115
	m_mainwidget = new QWidget;
115
	setMainWidget(m_mainwidget);
116
	setMainWidget(m_mainwidget);
117
	QTextCodec::setCodecForCStrings(QTextCodec::codecForLocale());
116
	kdDebug(1601) << "-ArkApplication::ArkApplication" << endl;
118
	kdDebug(1601) << "-ArkApplication::ArkApplication" << endl;
117
}
119
}
118
120

Return to bug 4920