diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-16 19:58:48 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-16 19:58:48 +0000 |
commit | ce4313a6257fee35d97e07d22956f42916d4905c (patch) | |
tree | baf76860a0acd59250cb72aae8b6c6f43e8c14f0 /qtinterface/tqasciidict.h | |
parent | 6eb5cba499c3324183b0f9292d6873c0501a78b2 (diff) | |
download | tqtinterface-ce4313a6257fee35d97e07d22956f42916d4905c.tar.gz tqtinterface-ce4313a6257fee35d97e07d22956f42916d4905c.zip |
Initial code finished. Now comes the fun part...
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1150797 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtinterface/tqasciidict.h')
-rw-r--r-- | qtinterface/tqasciidict.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/qtinterface/tqasciidict.h b/qtinterface/tqasciidict.h index 2b03388..8a6a877 100644 --- a/qtinterface/tqasciidict.h +++ b/qtinterface/tqasciidict.h @@ -40,7 +40,11 @@ Boston, MA 02110-1301, USA. #include <Qt/q3asciidict.h> -#define AsciiDict Q3AsciiDict +#define QAsciiDict Q3AsciiDict +#define QAsciiDictIterator Q3AsciiDictIterator + +// template<class type> +// class QAsciiDict : public Q3AsciiDict<type> {}; #endif // USE_QT4 |