summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-17 23:54:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-17 23:54:09 +0900
commit5ba11a31cbd99f9c00c8412c4465549ecf141913 (patch)
tree7391d8de3a6f70827e6c471d39aaf6a8d96f8a3e
parent4007259957105bc85c476916eff039071926e42c (diff)
downloadgwenview-5ba11a31.tar.gz
gwenview-5ba11a31.zip
Replace auto_ptr
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/app/bookmarkviewcontroller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/bookmarkviewcontroller.cpp b/src/app/bookmarkviewcontroller.cpp
index d5fc718..2229a2f 100644
--- a/src/app/bookmarkviewcontroller.cpp
+++ b/src/app/bookmarkviewcontroller.cpp
@@ -110,7 +110,7 @@ struct BookmarkViewController::Private {
TDEListView* mListView;
KBookmarkManager* mManager;
KURL mCurrentURL;
- std::auto_ptr<BookmarkToolTip> mToolTip;
+ std::unique_ptr<BookmarkToolTip> mToolTip;
TDEActionCollection* mActionCollection;
KURL mDroppedURL;