diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:37:04 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 13:37:04 +0900 |
commit | cb59219281a9666896ee96b02a487bbc0206082d (patch) | |
tree | 75f3ebf2b90d7d8d2dc4b3c7af59601acede5ebb /kexi/kexidb/driver.h | |
parent | a34711af5e9f617dbf46f5c0383ad8f3fa04cd6d (diff) | |
download | koffice-cb59219281a9666896ee96b02a487bbc0206082d.tar.gz koffice-cb59219281a9666896ee96b02a487bbc0206082d.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kexi/kexidb/driver.h')
-rw-r--r-- | kexi/kexidb/driver.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |