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