]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinviewcontainer.h
Port away from ResourceInstance
[dolphin.git] / src / dolphinviewcontainer.h
index 52fd688f6fc32f279149b3ee154bc31de5a49705..89fd697607422ff6344f4c84ac9cf5cb0fd5bbd8 100644 (file)
 #include <QPushButton>
 #include <QWidget>
 
-#if HAVE_KACTIVITIES
-namespace KActivities
-{
-class ResourceInstance;
-}
-#endif
-
 class FilterBar;
 class KMessageWidget;
 class QAction;
@@ -474,11 +467,6 @@ private:
      * connected to this ViewContainer.
      */
     std::unique_ptr<DolphinUrlNavigator::VisualState> m_urlNavigatorVisualState;
-
-#if HAVE_KACTIVITIES
-private:
-    KActivities::ResourceInstance *m_activityResourceInstance;
-#endif
 };
 
 #endif // DOLPHINVIEWCONTAINER_H