summaryrefslogtreecommitdiff
path: root/core/apps/textedit/fileSaver.h
Side-by-side diff
Diffstat (limited to 'core/apps/textedit/fileSaver.h') (more/less context) (show whitespace changes)
-rw-r--r--core/apps/textedit/fileSaver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/apps/textedit/fileSaver.h b/core/apps/textedit/fileSaver.h
index 4a38a65..ce4493e 100644
--- a/core/apps/textedit/fileSaver.h
+++ b/core/apps/textedit/fileSaver.h
@@ -28,12 +28,13 @@ class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QListView;
class QListViewItem;
class QPushButton;
class QLineEdit;
+class QCheckBox;
class fileSaver : public QDialog
{
Q_OBJECT
public:
@@ -47,12 +48,13 @@ public:
QPushButton* buttonCancel;
QLabel *dirLabel;
QString selectedFileName, filterStr;
QDir currentDir;
QFile file;
QStringList fileList;
+ QCheckBox *filePermCheck;
QListViewItem * item;
public slots:
private: