summaryrefslogtreecommitdiffstats
path: root/libkonq/konq_propsview.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkonq/konq_propsview.h')
-rw-r--r--libkonq/konq_propsview.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libkonq/konq_propsview.h b/libkonq/konq_propsview.h
index 132c53a55..ae699f09a 100644
--- a/libkonq/konq_propsview.h
+++ b/libkonq/konq_propsview.h
@@ -104,6 +104,9 @@ public:
void setDescending (bool descending);
bool isDescending() const;
+ void setHiddenFileSpec( const TQString &criteria );
+ const TQString& hiddenFileSpec() const;
+
void setShowingDotFiles( bool show );
bool isShowingDotFiles() const { return m_bShowDot; }
@@ -188,6 +191,13 @@ private:
Private *d;
+ /**
+ * FIXME
+ *
+ * Why are some private class properties declared in the
+ * "Private" structure d in konq_propsview.cpp and not above?
+ */
+
private:
KonqPropsView( const KonqPropsView & );
KonqPropsView();