diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 14:15:29 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 14:15:29 +0900 |
commit | 5594fc36156fbeb5b962e50885f673c3373970bf (patch) | |
tree | e9340297314f7e11793d34f4b5e0e4580fb734ee /src/aptcache.h | |
parent | 937dbf8cc9a4c1916322e88f9bbdbb3bf6d9b27a (diff) | |
download | tdeio-apt-5594fc36156fbeb5b962e50885f673c3373970bf.tar.gz tdeio-apt-5594fc36156fbeb5b962e50885f673c3373970bf.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/aptcache.h')
-rw-r--r-- | src/aptcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aptcache.h b/src/aptcache.h index 297f41d..f35b0df 100644 --- a/src/aptcache.h +++ b/src/aptcache.h @@ -21,7 +21,7 @@ class AptProtocol; @author Sylvain Joyeux */ class AptCache : public TQObject { - Q_OBJECT + TQ_OBJECT typedef void (AptCache::*ReceiveMethod) (const TQStringList& lines); |