summaryrefslogtreecommitdiffstats
path: root/src/aptcache.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-17 15:59:41 -0600
committerTimothy Pearson <[email protected]>2012-02-17 15:59:41 -0600
commite2d90c5b28c5745969a6939f4536d5d3e233c740 (patch)
treeaf5777f14b8fcb1978eef89ada1f6d08cd33338b /src/aptcache.h
parentd1905e51908a59697c8f274c704a2e82c079bf02 (diff)
downloadtdeio-apt-e2d90c5b28c5745969a6939f4536d5d3e233c740.tar.gz
tdeio-apt-e2d90c5b28c5745969a6939f4536d5d3e233c740.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/aptcache.h')
-rw-r--r--src/aptcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aptcache.h b/src/aptcache.h
index 08636e5..8b97e9a 100644
--- a/src/aptcache.h
+++ b/src/aptcache.h
@@ -22,7 +22,7 @@ class AptProtocol;
*/
class AptCache : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
typedef void (AptCache::*ReceiveMethod) (const TQStringList& lines);
ReceiveMethod m_receive;