Replace auto_ptr

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/19/head
Michele Calgaro 4 months ago
parent 4007259957
commit 5ba11a31cb
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