From f7be370d10a69cfe78b04687fe728b32d566083a Mon Sep 17 00:00:00 2001 From: llornkcor Date: Sun, 24 Feb 2002 07:39:56 +0000 Subject: added file permissions dialog --- (limited to 'core/apps/textedit/fileSaver.h') 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 @@ -31,6 +31,7 @@ class QListView; class QListViewItem; class QPushButton; class QLineEdit; +class QCheckBox; class fileSaver : public QDialog { @@ -50,6 +51,7 @@ public: QDir currentDir; QFile file; QStringList fileList; + QCheckBox *filePermCheck; QListViewItem * item; public slots: -- cgit v0.9.0.2