summaryrefslogtreecommitdiff
path: root/libopie/ofileselector.h
authorzecke <zecke>2002-04-01 01:24:44 (UTC)
committer zecke <zecke>2002-04-01 01:24:44 (UTC)
commit84850cd8811fc29aa39ecd2452884bf48ea27e92 (patch) (unidiff)
tree339584aec050e0084560e05d2460477354619d8f /libopie/ofileselector.h
parent66357a57409435e5967887af026bc1cf1d725f56 (diff)
downloadopie-84850cd8811fc29aa39ecd2452884bf48ea27e92.zip
opie-84850cd8811fc29aa39ecd2452884bf48ea27e92.tar.gz
opie-84850cd8811fc29aa39ecd2452884bf48ea27e92.tar.bz2
Almost done
Diffstat (limited to 'libopie/ofileselector.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie/ofileselector.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/libopie/ofileselector.h b/libopie/ofileselector.h
index 458e552..b91c0ea 100644
--- a/libopie/ofileselector.h
+++ b/libopie/ofileselector.h
@@ -157,3 +157,4 @@ class OFileSelector : public QWidget {
157 157
158 158 bool showPopup()const { return m_showPopup; };
159 void setShowPopup( bool pop ) { m_showPopup = pop; };
159 void setPopupMenu( QPopupMenu * ); 160 void setPopupMenu( QPopupMenu * );
@@ -203,2 +204,4 @@ int m_mode, m_selector;
203 QCheckBox *m_checkPerm; 204 QCheckBox *m_checkPerm;
205 QWidget *m_pseudo;
206 QVBoxLayout *m_pseudoLayout;
204 207
@@ -232,2 +235,3 @@ int m_mode, m_selector;
232 bool m_files:1; 235 bool m_files:1;
236 bool m_showPopup:1;
233 237
@@ -264,2 +268,3 @@ private slots:
264 virtual void slotDelete(); 268 virtual void slotDelete();
269 virtual void cdUP();
265 270