┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-01-09 13:58:35 +0000
committerPeter Penz <[email protected]>2011-01-09 13:58:35 +0000
commitfae8ba471b0adb917f4edd1a99bca47fdaea0169 (patch)
treef7aaa90e0d4414867adb82781088b48242a0b969 /src/dolphinpart.h
parent58ea012256a752fb803a462c0ff025a4de4b5dbf (diff)
Encapsulate the creation and handling of the directory lister, the model and proxy model to DolphinView. By this it will be easier later to replace the traditional QAbstractItemViews by any kind of other implementation (e.g. based on QGraphicsView/QML).
svn path=/trunk/KDE/kdebase/apps/; revision=1213189
Diffstat (limited to 'src/dolphinpart.h')
-rw-r--r--src/dolphinpart.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h
index a23e08697..097753a1a 100644
--- a/src/dolphinpart.h
+++ b/src/dolphinpart.h
@@ -118,7 +118,6 @@ Q_SIGNALS:
private Q_SLOTS:
void slotCompleted(const KUrl& url);
- void slotCanceled(const KUrl& url);
void slotMessage(const QString& msg);
void slotErrorMessage(const QString& msg);
/**
@@ -231,9 +230,6 @@ private:
DolphinView* m_view;
DolphinViewActionHandler* m_actionHandler;
DolphinRemoteEncoding* m_remoteEncoding;
- KDirLister* m_dirLister;
- DolphinModel* m_dolphinModel;
- DolphinSortFilterProxyModel* m_proxyModel;
DolphinPartBrowserExtension* m_extension;
KNewFileMenu* m_newFileMenu;
QString m_nameFilter;