]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/versioncontrol/versioncontrolobserver.h
Merged very early alpha-version of Dolphin 2.0
[dolphin.git] / src / views / versioncontrol / versioncontrolobserver.h
index 214c072cdb57806792a7d017d84804009735d0d5..71405fabdd7848a6429468a09bdadf88a91e93fe 100644 (file)
@@ -51,7 +51,7 @@ class LIBDOLPHINPRIVATE_EXPORT VersionControlObserver : public QObject
     Q_OBJECT
 
 public:
-    VersionControlObserver(QAbstractItemView* view);
+    VersionControlObserver(QWidget* parent);
     virtual ~VersionControlObserver();
 
     QList<QAction*> contextMenuActions(const KFileItemList& items) const;
@@ -133,9 +133,9 @@ private:
     bool m_silentUpdate; // if true, no messages will be send during the update
                          // of version states
 
-    QAbstractItemView* m_view;
-    KDirLister* m_dirLister;
-    DolphinModel* m_dolphinModel;
+    QWidget* m_view;
+    //KDirLister* m_dirLister;
+    //DolphinModel* m_dolphinModel;
 
     QTimer* m_dirVerificationTimer;