summaryrefslogtreecommitdiffstats
path: root/kexi/kexidb/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/kexidb/driver.h')
-rw-r--r--kexi/kexidb/driver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/kexidb/driver.h b/kexi/kexidb/driver.h
index 15ef6c967..3fc1acbf3 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;