summaryrefslogtreecommitdiffstats
path: root/src/dpkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dpkg.h')
-rw-r--r--src/dpkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dpkg.h b/src/dpkg.h
index ccfedf3..d01973b 100644
--- a/src/dpkg.h
+++ b/src/dpkg.h
@@ -21,7 +21,7 @@
class Dpkg : public PackageManager
{
Q_OBJECT
- TQ_OBJECT
+
typedef void (Dpkg::*ReceiveMethod) (const TQStringList& lines);
ReceiveMethod m_receive;