summaryrefslogtreecommitdiffstats
path: root/qtinterface
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-02-24 07:48:59 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-02-24 07:48:59 +0000
commit62f344703506c27dcab0d625bfdc96513979b277 (patch)
tree9e3ab81dac1ef99984f6bbf28abe17a52eb98a18 /qtinterface
parentb863b99f4cfed18aa3f6459c92c7b5debda6ad99 (diff)
downloadtqtinterface-62f344703506c27dcab0d625bfdc96513979b277.tar.gz
tqtinterface-62f344703506c27dcab0d625bfdc96513979b277.zip
Runtime object naming repaired in kdevelop
NOTE: kdewebdev is still an outstanding issue git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1222477 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtinterface')
-rw-r--r--qtinterface/tqt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qtinterface/tqt.h b/qtinterface/tqt.h
index 3e29bcb..462d436 100644
--- a/qtinterface/tqt.h
+++ b/qtinterface/tqt.h
@@ -99,6 +99,9 @@ Boston, MA 02110-1301, USA.
#define TQHBOXLAYOUT_OBJECT_NAME_STRING "QHBoxLayout"
#define TQVBOXLAYOUT_OBJECT_NAME_STRING "QVBoxLayout"
#define TQGRIDLAYOUT_OBJECT_NAME_STRING "QGridLayout"
+#define TQHBOX_OBJECT_NAME_STRING "QHBox"
+#define TQVBOX_OBJECT_NAME_STRING "QVBox"
+#define TQGRID_OBJECT_NAME_STRING "QGrid"
#define TQTABWIDGET_OBJECT_NAME_STRING "QTabWidget"
#define TQCHECKBOX_OBJECT_NAME_STRING "QCheckBox"
#define TQLINEEDIT_OBJECT_NAME_STRING "QLineEdit"