From f74c72b9652ea4613156cc58b681c9244395cf72 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 14 May 2012 17:41:18 +0200 Subject: Fix several bookmark synchronization issues --- src/panels/places/placespanel.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/panels/places/placespanel.h') 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 #include -class KStandardItem; class KItemListController; class PlacesItemEditDialog; +class PlacesItem; class PlacesItemModel; #ifdef HAVE_NEPOMUK @@ -80,12 +80,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 -- cgit v1.3.1