summaryrefslogtreecommitdiffstats
path: root/src/apt.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-01-18 00:12:55 +0900
committerMichele Calgaro <[email protected]>2024-01-23 09:47:30 +0900
commitcb10c26c73ddb620bc098d336e11f6909966aa60 (patch)
treea97b06718d27038b46ab2ed2de5c2819001c787a /src/apt.h
parentf334aae266c5fac7da99b0c1d014ea0e7cf28f22 (diff)
downloadtdeio-apt-cb10c26c73ddb620bc098d336e11f6909966aa60.tar.gz
tdeio-apt-cb10c26c73ddb620bc098d336e11f6909966aa60.zip
Replace auto_ptr
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b117d960b83d41e97c88dbfd0796a06ff1447e29)
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()