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
@@ -14,2 +14,3 @@ class PInterfaceInfo;
class PDirLister;
+class QWidget;
@@ -20,2 +21,3 @@ struct PDirView {
virtual PDirLister* dirLister()const = 0;
+ virtual QWidget* widget(QWidget*)=0;
};