summaryrefslogtreecommitdiffstats
path: root/src/dpkg.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:15:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-25 13:23:17 +0900
commitcaa01d229d8dee29fb7c631d063ba516b65b208b (patch)
treee9340297314f7e11793d34f4b5e0e4580fb734ee /src/dpkg.h
parent937dbf8cc9a4c1916322e88f9bbdbb3bf6d9b27a (diff)
downloadtdeio-apt-caa01d22.tar.gz
tdeio-apt-caa01d22.zip
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5594fc36156fbeb5b962e50885f673c3373970bf)
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 d01973b..c122e7f 100644
--- a/src/dpkg.h
+++ b/src/dpkg.h
@@ -20,7 +20,7 @@
*/
class Dpkg : public PackageManager
{
- Q_OBJECT
+ TQ_OBJECT
typedef void (Dpkg::*ReceiveMethod) (const TQStringList& lines);