diff options
| author | Peter Penz <[email protected]> | 2012-05-14 17:41:18 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-05-14 17:42:10 +0200 |
| commit | f74c72b9652ea4613156cc58b681c9244395cf72 (patch) | |
| tree | 7207a8b38dc9141e0ea5cd1375fbb2b42a7d8a3f /src/panels/places/placespanel.h | |
| parent | c10affe267ed32a2df61e357b33fdb90911b045d (diff) | |
Fix several bookmark synchronization issues
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 |
