summaryrefslogtreecommitdiffstats
path: root/src/gui/sendfileform.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/sendfileform.ui.h')
-rw-r--r--src/gui/sendfileform.ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/sendfileform.ui.h b/src/gui/sendfileform.ui.h
index 46c9896..aff6273 100644
--- a/src/gui/sendfileform.ui.h
+++ b/src/gui/sendfileform.ui.h
@@ -34,7 +34,7 @@
void SendFileForm::init()
{
- setWFlags(getWFlags() | Qt::WDestructiveClose);
+ setWindowFlags(windowFlags() | Qt::WDestructiveClose);
_chooseFileDialog = NULL;
}