summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-01-17 23:54:09 +0900
committerMichele Calgaro <[email protected]>2024-01-23 09:46:58 +0900
commitf31e61c67ee7d3f3cb0d8cf1c6e4174ac470b562 (patch)
treeaa218ed9e1cae280b1c32d780129887476dd068d
parentdcea9a0b62fd553111c72793152592d0b750003b (diff)
downloadgwenview-f31e61c67ee7d3f3cb0d8cf1c6e4174ac470b562.tar.gz
gwenview-f31e61c67ee7d3f3cb0d8cf1c6e4174ac470b562.zip
Replace auto_ptr
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 5ba11a31cbd99f9c00c8412c4465549ecf141913)
-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;