diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:15:29 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-25 13:23:17 +0900 |
| commit | caa01d229d8dee29fb7c631d063ba516b65b208b (patch) | |
| tree | e9340297314f7e11793d34f4b5e0e4580fb734ee /src/aptcache.h | |
| parent | 937dbf8cc9a4c1916322e88f9bbdbb3bf6d9b27a (diff) | |
| download | tdeio-apt-r14.1.1.tar.gz tdeio-apt-r14.1.1.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/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); |
