From 98d46aa752026d53b4cf4ea8572fdf7c89f4c6c0 Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 28 Oct 2002 21:47:58 +0000 Subject: Almost done with the new data flow only OFileSelector needs to adapt it now... Besides that make it compile with the new api Add a configure and a libopie.pro to actually build ofileselector and a MANIFEST to explain some basics of the now a days a bit bigger interface --- (limited to 'libopie/ofileselector/ofileselectoritem.cpp') diff --git a/libopie/ofileselector/ofileselectoritem.cpp b/libopie/ofileselector/ofileselectoritem.cpp index d31046b..4ef8fe3 100644 --- a/libopie/ofileselector/ofileselectoritem.cpp +++ b/libopie/ofileselector/ofileselectoritem.cpp @@ -6,8 +6,8 @@ OFileSelectorItem::OFileSelectorItem( QListView*view, const QString& date, const QString& size, const QString& dir, - const QString& extra, bool isLocked, + const QString& extra, bool isDir ) : QListViewItem( view ) { @@ -53,6 +53,6 @@ QString OFileSelectorItem::key( int id, bool ) { return ke; } -QString OFileSelector::extra()const { +QString OFileSelectorItem::extra()const { return m_extra; } -- cgit v0.9.0.2