diff options
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 |