diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-02 18:29:42 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-02 18:29:42 +0000 |
commit | 6396b3375c693cf09c05e2b9d203f25731e10423 (patch) | |
tree | 48ee096b94415071bdddc217aa894b4dd51e6a8c | |
parent | c5431daa82595acb4399a79e6ece7351e32ca7a6 (diff) | |
download | tqtinterface-6396b3375c693cf09c05e2b9d203f25731e10423.tar.gz tqtinterface-6396b3375c693cf09c05e2b9d203f25731e10423.zip |
Add a couple of class names to tqtinterface/Qt3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1230224 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | qtinterface/tqt.h.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qtinterface/tqt.h.cmake b/qtinterface/tqt.h.cmake index 0500014..65e6b1f 100644 --- a/qtinterface/tqt.h.cmake +++ b/qtinterface/tqt.h.cmake @@ -271,6 +271,7 @@ Boston, MA 02110-1301, USA. #define TQLineEdit QLineEdit #define TQValidator QValidator #define TQListBox QListBox +#define TQList QList #define TQComboBoxData QComboBoxData #define TQComboTableItem QComboTableItem #define TQWheelEvent QWheelEvent @@ -431,6 +432,7 @@ Boston, MA 02110-1301, USA. #define TQImageIO QImageIO #define TQInputContextFactory QInputContextFactory #define TQInputContext QInputContext +#define TQInputDialog QInputDialog #define TQIntCache QIntCache #define TQIntCacheIterator QIntCacheIterator #define TQIntDict QIntDict |