Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 224113 | Differences between
and this patch

Collapse All | Expand All

(-)kvpnc.h.orig (-1 / +1 lines)
Lines 77-83 Link Here
77
	* @param parent Parent widget
77
	* @param parent Parent widget
78
	* @param name Name of the Mainwindow
78
	* @param name Name of the Mainwindow
79
	*/
79
	*/
80
	KVpnc( KApplication *parent, QWidget*parent = 0, const char *name = 0 );
80
	KVpnc( KApplication *parent, QWidget*qparent = 0, const char *name = 0 );
81
81
82
	/**
82
	/**
83
	* Destruktor
83
	* Destruktor
(-)toolinfo.cpp.orig (+1 lines)
Lines 21-26 Link Here
21
#include "toolinfo.h"
21
#include "toolinfo.h"
22
#include <qfile.h>
22
#include <qfile.h>
23
#include <iostream>
23
#include <iostream>
24
#include <cstdlib>
24
#include <klocale.h>
25
#include <klocale.h>
25
#include <kstandarddirs.h>
26
#include <kstandarddirs.h>
26
#include <kmessagebox.h>
27
#include <kmessagebox.h>

Return to bug 224113