diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-19 15:33:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-19 15:33:24 -0600 |
commit | 087b794b48ba18132d3366d9c1c8c36c1dde5a10 (patch) | |
tree | 83c224a4322bf312689b0db5562f9ff89960e907 /sip/tdecore/kmacroexpander.sip | |
parent | e618529123e9c5a1c6c1235988a4d6a5794ac1f5 (diff) | |
download | pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.tar.gz pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.zip |
Fix FTBFS due to incorrect header includes
Diffstat (limited to 'sip/tdecore/kmacroexpander.sip')
-rw-r--r-- | sip/tdecore/kmacroexpander.sip | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sip/tdecore/kmacroexpander.sip b/sip/tdecore/kmacroexpander.sip index 0d2c2f7..7f2b3d2 100644 --- a/sip/tdecore/kmacroexpander.sip +++ b/sip/tdecore/kmacroexpander.sip @@ -119,8 +119,8 @@ TQString expandMacrosShellQuote (const TQString&, const TQMap<TQStr //converts a Python dict of TQChar:TQString { %TypeHeaderCode -#include <qmap.h> -#include <qstring.h> +#include <tqmap.h> +#include <tqstring.h> %End %ConvertFromTypeCode @@ -207,9 +207,9 @@ TQString expandMacrosShellQuote (const TQString&, const TQMap<TQStr //converts a Python dict of TQString:TQStringList { %TypeHeaderCode -#include <qmap.h> -#include <qstring.h> -#include <qstringlist.h> +#include <tqmap.h> +#include <tqstring.h> +#include <tqstringlist.h> %End %ConvertFromTypeCode @@ -296,9 +296,9 @@ TQString expandMacrosShellQuote (const TQString&, const TQMap<TQStr //converts a Python dict of TQChar:TQStringList { %TypeHeaderCode -#include <qmap.h> -#include <qstringlist.h> -#include <qstring.h> +#include <tqmap.h> +#include <tqstringlist.h> +#include <tqstring.h> %End %ConvertFromTypeCode |