summaryrefslogtreecommitdiffstats
path: root/src/collectiondb.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:02:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:02:56 +0900
commit89d4e71455c288a916381ebcbf632539182a21a8 (patch)
tree3453858947d635baff96d60214c2f2c32fb3638e /src/collectiondb.h
parentd5b88d19a67d76d296f2f68b2b1923791f2ef449 (diff)
downloadklamav-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.h2
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: