diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-28 01:56:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-28 01:56:50 -0600 |
commit | a978879a3a9706b36d511df00065f668a2069668 (patch) | |
tree | e6d57cbb561ef1a28f08ed8fc0c86e4e53632c12 | |
parent | 712fc579313c6a524aff561596ba31de2727f0b6 (diff) | |
download | tqtinterface-a978879a3a9706b36d511df00065f668a2069668.tar.gz tqtinterface-a978879a3a9706b36d511df00065f668a2069668.zip |
Fix FTBFS
-rw-r--r-- | qtinterface/interface_tqt3/tqlistiterator.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qtinterface/interface_tqt3/tqlistiterator.cpp b/qtinterface/interface_tqt3/tqlistiterator.cpp index 031d59e..3028968 100644 --- a/qtinterface/interface_tqt3/tqlistiterator.cpp +++ b/qtinterface/interface_tqt3/tqlistiterator.cpp @@ -20,7 +20,7 @@ Boston, MA 02110-1301, USA. */ #include <tqt.h> -#include <tqlistiterator.h> +#include <ntqlistiterator.h> #ifdef USE_QT4 @@ -45,4 +45,4 @@ Boston, MA 02110-1301, USA. // } // } -#endif // USE_QT4
\ No newline at end of file +#endif // USE_QT4 |