summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/iface/dirview.h
Side-by-side diff
Diffstat (limited to 'noncore/graphics/opie-eye/iface/dirview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/opie-eye/iface/dirview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/graphics/opie-eye/iface/dirview.h b/noncore/graphics/opie-eye/iface/dirview.h
index 20d9062..3c05b60 100644
--- a/noncore/graphics/opie-eye/iface/dirview.h
+++ b/noncore/graphics/opie-eye/iface/dirview.h
@@ -12,12 +12,14 @@
class PInterfaceInfo;
class PDirLister;
+class QWidget;
struct PDirView {
PDirView( const Config& );
virtual ~PDirView();
virtual PInterfaceInfo* interfaceInfo()const = 0;
virtual PDirLister* dirLister()const = 0;
+ virtual QWidget* widget(QWidget*)=0;
};
typedef PDirView* (*phunkViewCreateFunc )(const Config& );