summaryrefslogtreecommitdiffstats
path: root/src/gui/sendfileform.h
diff options
context:
space:
mode:
authorLubos Dolezel <lubos@dolezel.info>2015-06-04 16:42:26 +0200
committerLubos Dolezel <lubos@dolezel.info>2015-06-04 16:42:26 +0200
commit85a753d68eb8900ba94ce89f9638269858645e19 (patch)
tree214b66534fcf5189cc342d9eacf894dfbe2787a0 /src/gui/sendfileform.h
parent60c4f9eb8e42a2f1581d8a79dbae6245e405ae3f (diff)
downloadtwinkle-85a753d68eb8900ba94ce89f9638269858645e19.tar
twinkle-85a753d68eb8900ba94ce89f9638269858645e19.tar.gz
twinkle-85a753d68eb8900ba94ce89f9638269858645e19.tar.lz
twinkle-85a753d68eb8900ba94ce89f9638269858645e19.tar.xz
twinkle-85a753d68eb8900ba94ce89f9638269858645e19.zip
Application fully ported to Qt4 (no Qt3Support used any more)
Diffstat (limited to 'src/gui/sendfileform.h')
-rw-r--r--src/gui/sendfileform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/sendfileform.h b/src/gui/sendfileform.h
index 6601ad2..c881b68 100644
--- a/src/gui/sendfileform.h
+++ b/src/gui/sendfileform.h
@@ -7,7 +7,7 @@ class SendFileForm : public QDialog, public Ui::SendFileForm
Q_OBJECT
public:
- SendFileForm(QWidget* parent = 0, const char* name = 0, bool modal = false, Qt::WindowFlags fl = 0);
+ SendFileForm(QWidget* parent = 0);
~SendFileForm();
public slots: