diff options
Diffstat (limited to 'src/dolphinplacesmodelsingleton.h')
| -rw-r--r-- | src/dolphinplacesmodelsingleton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinplacesmodelsingleton.h b/src/dolphinplacesmodelsingleton.h index 7efe6e093..84151fa8c 100644 --- a/src/dolphinplacesmodelsingleton.h +++ b/src/dolphinplacesmodelsingleton.h @@ -47,7 +47,7 @@ class DolphinPlacesModelSingleton public: static DolphinPlacesModelSingleton& instance(); - KFilePlacesModel *placesModel() const; + DolphinPlacesModel *placesModel() const; /** A suffix to the application-name of the stored bookmarks is added, which is only read by PlacesItemModel. */ static QString applicationNameSuffix(); @@ -58,7 +58,7 @@ public: private: DolphinPlacesModelSingleton(); - QScopedPointer<KFilePlacesModel> m_placesModel; + QScopedPointer<DolphinPlacesModel> m_placesModel; }; #endif // DOLPHINPLACESMODELSINGLETON_H |
