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/dpkg.h | |
parent | d1905e51908a59697c8f274c704a2e82c079bf02 (diff) | |
download | tdeio-apt-e2d90c5b28c5745969a6939f4536d5d3e233c740.tar.gz tdeio-apt-e2d90c5b28c5745969a6939f4536d5d3e233c740.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/dpkg.h')
-rw-r--r-- | src/dpkg.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ class Dpkg : public PackageManager { Q_OBJECT - TQ_OBJECT + typedef void (Dpkg::*ReceiveMethod) (const TQStringList& lines); ReceiveMethod m_receive; |