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/tqstring.cpp | |
parent | d27878829fed305ba79ad65a748bc9a7e0b1843b (diff) | |
download | tqtinterface-6351ace5b1923516f683adcc27488af6b23f3785.tar.gz tqtinterface-6351ace5b1923516f683adcc27488af6b23f3785.zip |
Fix native TQt3 detection
Fix header file #ifdef collisions
Diffstat (limited to 'qtinterface/tqstring.cpp')
-rw-r--r-- | qtinterface/tqstring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtinterface/tqstring.cpp b/qtinterface/tqstring.cpp index 5062dc1..7efebe3 100644 --- a/qtinterface/tqstring.cpp +++ b/qtinterface/tqstring.cpp @@ -19,7 +19,7 @@ Boston, MA 02110-1301, USA. */ -#define TQ_EXCLUDE_QCSTRING +#define TQT_TQ_EXCLUDE_QCSTRING #include <tqt.h> #include <tqstring.h> |