summaryrefslogtreecommitdiffstats
path: root/src/apt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/apt.h')
-rw-r--r--src/apt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apt.h b/src/apt.h
index 879582c..a066415 100644
--- a/src/apt.h
+++ b/src/apt.h
@@ -85,7 +85,7 @@ private slots:
void token_dispatch(const TQString& tag, const TQString& value);
private:
- std::auto_ptr<Parsers::Parser> m_parser;
+ std::unique_ptr<Parsers::Parser> m_parser;
/** apt-cache search
* Performs apt-cache search, with the query encoded in url.query()