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/widget | |
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/widget')
-rw-r--r-- | kexi/widget/tableview/kexidataawareobjectiface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/widget/tableview/kexidataawareobjectiface.h b/kexi/widget/tableview/kexidataawareobjectiface.h index e6e9a357..3ac196fb 100644 --- a/kexi/widget/tableview/kexidataawareobjectiface.h +++ b/kexi/widget/tableview/kexidataawareobjectiface.h @@ -54,7 +54,7 @@ namespace KexiDB { //! \brief The KexiDataAwareObjectInterface is an interface for record-based data object. /** This interface is implemented by KexiTableView and KexiFormView and used by KexiDataAwareView. If yu're implementing this interface, - add KEXI_DATAAWAREOBJECTINTERFACE convenience macro just after TQ_OBJECT. + add KEXI_DATAAWAREOBJECTINTERFACE convenience macro just after Q_OBJECT. You should add following code to your destructor so data is deleted: \code |