summaryrefslogtreecommitdiff
path: root/libopie/ofileselector/ofilelistview.h
Unidiff
Diffstat (limited to 'libopie/ofileselector/ofilelistview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/ofileselector/ofilelistview.h20
1 files changed, 14 insertions, 6 deletions
diff --git a/libopie/ofileselector/ofilelistview.h b/libopie/ofileselector/ofilelistview.h
index a83d70d..c8cdfd1 100644
--- a/libopie/ofileselector/ofilelistview.h
+++ b/libopie/ofileselector/ofilelistview.h
@@ -4,2 +4,3 @@
4#include <qlistview.h> 4#include <qlistview.h>
5#include <qpixmap.h>
5 6
@@ -14,3 +15,4 @@ public:
14 void clear(); 15 void clear();
15 void addFile( const QString& mine, 16 void addFile( const QPixmap&,
17 const QString& mine,
16 QFileInfo* info, 18 QFileInfo* info,
@@ -18,3 +20,4 @@ public:
18 20
19 void addFile( const QString& mime, 21 void addFile( const QPixmap&,
22 const QString& mime,
20 const QString& dir, 23 const QString& dir,
@@ -23,10 +26,15 @@ public:
23 26
24 void addDir( const QString& mime, 27 void addDir( const QPixmap&,
28 const QString& mime,
25 QFileInfo* info, bool = FALSE ); 29 QFileInfo* info, bool = FALSE );
26 void addDir( const QString& mime, const QString& dir, 30
31 void addDir( const QPixmap&,
32 const QString& mime, const QString& dir,
27 const QString& file, bool = FALSE ); 33 const QString& file, bool = FALSE );
28 34
29 void addSymlink( const QString& mime, 35 void addSymlink( const QPixmap&,
36 const QString& mime,
30 QFileInfo* info, bool = FALSE ); 37 QFileInfo* info, bool = FALSE );
31 void addSymlink( const QString& mine, const QString& path, 38 void addSymlink( const QPixmap&,
39 const QString& mine, const QString& path,
32 const QString& file, bool isSymlink = FALSE ); 40 const QString& file, bool isSymlink = FALSE );