mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kdesudo: remove unused definition and bogus defintion check
HAVE_CONFIG_H never defined Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e018f629cf
commit
783040c33f
1 changed files with 2 additions and 9 deletions
|
@ -21,12 +21,8 @@
|
|||
#ifndef KDESUDO_H
|
||||
#define KDESUDO_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <QtCore/QProcess>
|
||||
#include <QtGui/QWidget>
|
||||
#include <QProcess>
|
||||
#include <QWidget>
|
||||
|
||||
#include <kpassworddialog.h>
|
||||
#include <knewpassworddialog.h>
|
||||
|
@ -37,9 +33,6 @@
|
|||
* @version 3.1
|
||||
*/
|
||||
|
||||
/* buffer is used when reading from the QProcess child */
|
||||
#define BUFSIZE 1024
|
||||
|
||||
class KdeSudo : QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
Loading…
Add table
Reference in a new issue