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:
Ivailo Monev 2024-06-02 21:35:55 +03:00
parent e018f629cf
commit 783040c33f

View file

@ -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