diff options
Diffstat (limited to 'src/panels/places/placespanel.h')
| -rw-r--r-- | src/panels/places/placespanel.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/panels/places/placespanel.h b/src/panels/places/placespanel.h index 780d3f09f..4156cfea0 100644 --- a/src/panels/places/placespanel.h +++ b/src/panels/places/placespanel.h @@ -26,9 +26,9 @@ #include <KUrl> #include <panels/panel.h> -class KStandardItem; class KItemListController; class PlacesItemEditDialog; +class PlacesItem; class PlacesItemModel; #ifdef HAVE_NEPOMUK @@ -81,12 +81,6 @@ private: void selectClosestItem(); /** - * @return New instance of a KStandardItem containing the properties that have - * been set in the places-dialog. - */ - KStandardItem* createStandardItemFromDialog(PlacesItemEditDialog* dialog) const; - - /** * @return Converts the URL, which contains "virtual" URLs for system-items like * "search:/documents" into a Nepomuk-Query-URL that will be handled by * the corresponding IO-slave. Virtual URLs for bookmarks are used to |
