diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-05 17:12:16 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-05 17:12:16 +0000 |
commit | ef39e8e4178a8f98cf5f154916ba0f03e4855206 (patch) | |
tree | 57c3262d323d27835cbefdf6db04860a026d7df7 /kexi/kexidb | |
parent | e7e4b0b68cf15e861bb8f0f7ee76156460cdf97d (diff) | |
download | koffice-ef39e8e4178a8f98cf5f154916ba0f03e4855206.tar.gz koffice-ef39e8e4178a8f98cf5f154916ba0f03e4855206.zip |
Fix missing Q_OBJECT macros
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1245170 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kexi/kexidb')
-rw-r--r-- | kexi/kexidb/driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/kexidb/driver.h b/kexi/kexidb/driver.h index c889d475..7a8d5165 100644 --- a/kexi/kexidb/driver.h +++ b/kexi/kexidb/driver.h @@ -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 TQ_OBJECT macro. */ + Put this into driver class declaration just like Q_OBJECT macro. */ #define KEXIDB_DRIVER \ public: \ virtual DatabaseVersionInfo version() const; |