Replace auto_ptr

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5ba11a31cb)
pull/34/head
Michele Calgaro 6 months ago
parent dcea9a0b62
commit f31e61c67e
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -110,7 +110,7 @@ struct BookmarkViewController::Private {
TDEListView* mListView; TDEListView* mListView;
KBookmarkManager* mManager; KBookmarkManager* mManager;
KURL mCurrentURL; KURL mCurrentURL;
std::auto_ptr<BookmarkToolTip> mToolTip; std::unique_ptr<BookmarkToolTip> mToolTip;
TDEActionCollection* mActionCollection; TDEActionCollection* mActionCollection;
KURL mDroppedURL; KURL mDroppedURL;

Loading…
Cancel
Save