summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index c2d7cad..a6d8196 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -10,7 +10,6 @@
#include <QWidget>
-#include <QLightDM/Greeter>
#include <QImage>
#include <QRect>
@@ -27,7 +26,7 @@ class MainWindow : public QWidget
Q_OBJECT
public:
- explicit MainWindow(bool primary, int screen, const QRect &rect, QWidget *parent = 0);
+ explicit MainWindow(bool primary, int screen, const QRect &rect, bool testMode, QWidget *parent = 0);
~MainWindow();
void setFocus(Qt::FocusReason reason);