diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 16:31:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 16:31:23 -0600 |
commit | 6351ace5b1923516f683adcc27488af6b23f3785 (patch) | |
tree | b768e4aacaf3c9fb21d384d1e9e7b06890b7c725 /qtinterface/tqptrlist.h | |
parent | d27878829fed305ba79ad65a748bc9a7e0b1843b (diff) | |
download | tqtinterface-6351ace5b1923516f683adcc27488af6b23f3785.tar.gz tqtinterface-6351ace5b1923516f683adcc27488af6b23f3785.zip |
Fix native TQt3 detection
Fix header file #ifdef collisions
Diffstat (limited to 'qtinterface/tqptrlist.h')
-rw-r--r-- | qtinterface/tqptrlist.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/qtinterface/tqptrlist.h b/qtinterface/tqptrlist.h index 6dc6771..2205341 100644 --- a/qtinterface/tqptrlist.h +++ b/qtinterface/tqptrlist.h @@ -19,8 +19,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef TQPTRLIST_H -#define TQPTRLIST_H +#ifndef TQT_TQPTRLIST_H +#define TQT_TQPTRLIST_H #include <tqt.h> @@ -246,12 +246,12 @@ public: }; #ifndef QT_NO_COMPAT -#define TQList TQPtrList -#define TQListIterator TQPtrListIterator +#define TQT_TQList TQPtrList +#define TQT_TQListIterator TQPtrListIterator #endif /**********************************************************************/ #endif // USE_QT4 -#endif /* TQPTRLIST_H */
\ No newline at end of file +#endif /* TQT_TQPTRLIST_H */
\ No newline at end of file |