Replace auto_ptr

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

@ -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;

Loading…
Cancel
Save