From 05762d42ea91ea034086c67099cf9208f86c00ff Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 30 Aug 2009 18:39:03 +0000 Subject: Move the VersionControlObserver from the DolphinView to the ViewExtensionsFactory. This automatically enables also the column view to be able handling version controlled files. svn path=/trunk/KDE/kdebase/apps/; revision=1017482 --- src/dolphinview.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index b8c91333d..822eb52b0 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006 by Peter Penz * + * Copyright (C) 2006-2009 by Peter Penz * * Copyright (C) 2006 by Gregor Kališnik * * * * This program is free software; you can redistribute it and/or modify * @@ -53,7 +53,6 @@ class KAction; class KActionCollection; class KDirLister; class KUrl; -class VersionControlObserver; class ViewProperties; /** @@ -826,8 +825,6 @@ private: QItemSelectionModel* m_selectionModel; // allow to switch views without losing the selection QTimer* m_selectionChangedTimer; - VersionControlObserver* m_versionControlObserver; - KUrl m_rootUrl; KUrl m_activeItemUrl; KUrl m_createdItemUrl; // URL for a new item that got created by the "Create New..." menu -- cgit v1.3