By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1030
Collapse All | Expand All

(-)kdeutils-3.5.1/ark/arkapp.cpp~ (+2 lines)
Lines 32-37 Link Here
32
#include <unistd.h>
32
#include <unistd.h>
33
#include <qfile.h>
33
#include <qfile.h>
34
#include <errno.h>
34
#include <errno.h>
35
#include <qtextcodec.h>
35
36
36
37
37
#include "arkapp.h"
38
#include "arkapp.h"
Lines 110-115 ArkApplication::ArkApplication() Link Here
110
{
111
{
111
	m_mainwidget = new QWidget;
112
	m_mainwidget = new QWidget;
112
	setMainWidget(m_mainwidget);
113
	setMainWidget(m_mainwidget);
114
	QTextCodec::setCodecForCStrings(QTextCodec::codecForLocale());
113
}
115
}
114
116
115
int
117
int

Return to bug 1030