diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 15:59:41 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 15:59:41 -0600 |
commit | e2d90c5b28c5745969a6939f4536d5d3e233c740 (patch) | |
tree | af5777f14b8fcb1978eef89ada1f6d08cd33338b /src/apt.h | |
parent | d1905e51908a59697c8f274c704a2e82c079bf02 (diff) | |
download | tdeio-apt-e2d90c5b28c5745969a6939f4536d5d3e233c740.tar.gz tdeio-apt-e2d90c5b28c5745969a6939f4536d5d3e233c740.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/apt.h')
-rw-r--r-- | src/apt.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ namespace Parsers class AptProtocol : public TQObject, public KIO::SlaveBase { Q_OBJECT - TQ_OBJECT + friend class AptCache; |