From cb59219281a9666896ee96b02a487bbc0206082d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:37:04 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- kexi/kexidb/driver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kexi/kexidb/driver.h') diff --git a/kexi/kexidb/driver.h b/kexi/kexidb/driver.h index 15ef6c96..3fc1acbf 100644 --- a/kexi/kexidb/driver.h +++ b/kexi/kexidb/driver.h @@ -65,7 +65,7 @@ class DriverPrivate; */ class KEXI_DB_EXPORT Driver : public TQObject, public KexiDB::Object { - Q_OBJECT + TQ_OBJECT public: /*! Helpful for retrieving info about driver from using @@ -367,7 +367,7 @@ class KEXI_DB_EXPORT Driver : public TQObject, public KexiDB::Object } //namespace KexiDB /*! Driver's static version information, automatically impemented for KexiDB drivers. - Put this into driver class declaration just like Q_OBJECT macro. */ + Put this into driver class declaration just like TQ_OBJECT macro. */ #define KEXIDB_DRIVER \ public: \ virtual DatabaseVersionInfo version() const; -- cgit v1.2.1