diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-17 23:54:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-17 23:54:09 +0900 |
commit | 5ba11a31cbd99f9c00c8412c4465549ecf141913 (patch) | |
tree | 7391d8de3a6f70827e6c471d39aaf6a8d96f8a3e /src | |
parent | 4007259957105bc85c476916eff039071926e42c (diff) | |
download | gwenview-5ba11a31cbd99f9c00c8412c4465549ecf141913.tar.gz gwenview-5ba11a31cbd99f9c00c8412c4465549ecf141913.zip |
Replace auto_ptr
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r-- | src/app/bookmarkviewcontroller.cpp | 2 |
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; |