diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:02:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:02:56 +0900 |
commit | 89d4e71455c288a916381ebcbf632539182a21a8 (patch) | |
tree | 3453858947d635baff96d60214c2f2c32fb3638e /src/collectiondb.h | |
parent | d5b88d19a67d76d296f2f68b2b1923791f2ef449 (diff) | |
download | klamav-89d4e71455c288a916381ebcbf632539182a21a8.tar.gz klamav-89d4e71455c288a916381ebcbf632539182a21a8.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/collectiondb.h')
-rw-r--r-- | src/collectiondb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collectiondb.h b/src/collectiondb.h index 92ea88a..6946f80 100644 --- a/src/collectiondb.h +++ b/src/collectiondb.h @@ -109,7 +109,7 @@ class DbConnectionPool : TQPtrQueue<DbConnection> class CollectionDB : public TQObject { - Q_OBJECT + TQ_OBJECT signals: |