summaryrefslogtreecommitdiffstats
path: root/shemovcleaner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemovcleaner.cpp')
-rw-r--r--shemovcleaner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shemovcleaner.cpp b/shemovcleaner.cpp
index 32b9d01..95d6c0b 100644
--- a/shemovcleaner.cpp
+++ b/shemovcleaner.cpp
@@ -28,7 +28,7 @@
#include "globals.h"
#include "helper.h"
-ShemovCleaner::ShemovCleaner(QWidget *parent, Qt::WindowFlags f) : QMainWindow(parent, f) {
+ShemovCleaner::ShemovCleaner(QWidget *parent) : QMainWindow(parent) {
//general setup
qApp->setWindowIcon(QIcon(":/clean_tampon.png"));
setMinimumWidth(800);