┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-08-30 18:39:03 +0000
committerPeter Penz <[email protected]>2009-08-30 18:39:03 +0000
commit05762d42ea91ea034086c67099cf9208f86c00ff (patch)
treec7cd12caf603595821cd44f9be2266c82a5a9c0f /src/dolphinview.h
parent55704b419eb3ac864b2218cbeca2a8ae921ea1e1 (diff)
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
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h5
1 files changed, 1 insertions, 4 deletions
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 <[email protected]> *
+ * Copyright (C) 2006-2009 by Peter Penz <[email protected]> *
* Copyright (C) 2006 by Gregor Kališnik <[email protected]> *
* *
* 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