summaryrefslogtreecommitdiffstats
path: root/searchdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchdialog.cpp')
-rw-r--r--searchdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchdialog.cpp b/searchdialog.cpp
index c558471..fc01ccb 100644
--- a/searchdialog.cpp
+++ b/searchdialog.cpp
@@ -19,7 +19,7 @@
#include "helper.h"
#include "globals.h"
-SearchDialog::SearchDialog(QWidget *parent, Qt::WindowFlags f) : QDialog(parent, f){
+SearchDialog::SearchDialog(QWidget *parent) : QDialog(parent){
//search bar
QLabel *typeL = new QLabel(tr("Search by:"));
mTypeSel = new QComboBox;