From 087b794b48ba18132d3366d9c1c8c36c1dde5a10 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 19 Feb 2012 15:33:24 -0600 Subject: Fix FTBFS due to incorrect header includes --- sip/tdecore/bytearray.sip | 14 +++++++------- sip/tdecore/kaboutdata.sip | 4 ++-- sip/tdecore/kcmdlineargs.sip | 2 +- sip/tdecore/kconfig.sip | 2 +- sip/tdecore/kconfigdata.sip | 2 +- sip/tdecore/kipc.sip | 2 +- sip/tdecore/kmacroexpander.sip | 16 ++++++++-------- sip/tdecore/kmanagerselection.sip | 8 ++++---- sip/tdecore/kmountpoint.sip | 2 +- sip/tdecore/kstartupinfo.sip | 2 +- sip/tdecore/ktimezones.sip | 4 ++-- sip/tdecore/kxmessages.sip | 2 +- sip/tdecore/twinmodule.sip | 2 +- 13 files changed, 31 insertions(+), 31 deletions(-) (limited to 'sip/tdecore') diff --git a/sip/tdecore/bytearray.sip b/sip/tdecore/bytearray.sip index a5acc9c..e8c00f0 100644 --- a/sip/tdecore/bytearray.sip +++ b/sip/tdecore/bytearray.sip @@ -22,7 +22,7 @@ // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. %ModuleHeaderCode -#include +#include %End @@ -423,8 +423,8 @@ void dcop_next (TQDataStream&, TQCString&); %End %ModuleHeaderCode -#include -#include +#include +#include #include %End @@ -617,7 +617,7 @@ void dcop_add (TQDataStream& s, TQByteArray value) //converts a Python dict of TQCString:DCOPRef { %TypeHeaderCode -#include +#include //typedef TQMap DCOPRefMap; %End @@ -700,7 +700,7 @@ void dcop_add (TQDataStream& s, TQByteArray value) //converts a Python dict of TQString:DCOPRef { %TypeHeaderCode -#include +#include //typedef TQMap DCOPRefMap; %End @@ -792,7 +792,7 @@ void dcop_add (TQDataStream& s, TQByteArray value) //converts a Python dict of TQString:TQByteArray { %TypeHeaderCode -#include +#include %End %ConvertFromTypeCode @@ -882,7 +882,7 @@ void dcop_add (TQDataStream& s, TQByteArray value) //converts a Python list of DCOPRef { %TypeHeaderCode -#include +#include %End %ConvertFromTypeCode diff --git a/sip/tdecore/kaboutdata.sip b/sip/tdecore/kaboutdata.sip index e712c37..8b3f5a1 100644 --- a/sip/tdecore/kaboutdata.sip +++ b/sip/tdecore/kaboutdata.sip @@ -169,7 +169,7 @@ public: //converts a Python list of KAboutPerson { %TypeHeaderCode -#include +#include %End %ConvertFromTypeCode @@ -236,7 +236,7 @@ public: //converts a Python list of KAboutTranslator { %TypeHeaderCode -#include +#include %End %ConvertFromTypeCode diff --git a/sip/tdecore/kcmdlineargs.sip b/sip/tdecore/kcmdlineargs.sip index 2a9399b..04e1ad0 100644 --- a/sip/tdecore/kcmdlineargs.sip +++ b/sip/tdecore/kcmdlineargs.sip @@ -50,7 +50,7 @@ class KCmdLineArgs { %TypeHeaderCode #include -#include +#include %End diff --git a/sip/tdecore/kconfig.sip b/sip/tdecore/kconfig.sip index b0509f0..cc0f307 100644 --- a/sip/tdecore/kconfig.sip +++ b/sip/tdecore/kconfig.sip @@ -106,7 +106,7 @@ private: //converts a Python dict of TQString:TQString { %TypeHeaderCode -#include +#include %End %ConvertFromTypeCode diff --git a/sip/tdecore/kconfigdata.sip b/sip/tdecore/kconfigdata.sip index c15d495..96a22cf 100644 --- a/sip/tdecore/kconfigdata.sip +++ b/sip/tdecore/kconfigdata.sip @@ -89,7 +89,7 @@ KEntryMap testKEntryMap (SIP_PYOBJECT) [KEntryMap (KEntryMap)]; //converts a Python dict of KEntryKey:KEntry { %TypeHeaderCode -#include +#include #include %End diff --git a/sip/tdecore/kipc.sip b/sip/tdecore/kipc.sip index 4e86b1a..6be1b30 100644 --- a/sip/tdecore/kipc.sip +++ b/sip/tdecore/kipc.sip @@ -27,7 +27,7 @@ class KIPC { %TypeHeaderCode -#include +#include #include %End 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 -#include +#include +#include %End %ConvertFromTypeCode @@ -207,9 +207,9 @@ TQString expandMacrosShellQuote (const TQString&, const TQMap -#include -#include +#include +#include +#include %End %ConvertFromTypeCode @@ -296,9 +296,9 @@ TQString expandMacrosShellQuote (const TQString&, const TQMap -#include -#include +#include +#include +#include %End %ConvertFromTypeCode diff --git a/sip/tdecore/kmanagerselection.sip b/sip/tdecore/kmanagerselection.sip index 99e6ef1..765027c 100644 --- a/sip/tdecore/kmanagerselection.sip +++ b/sip/tdecore/kmanagerselection.sip @@ -29,8 +29,8 @@ class KSelectionOwner : TQObject { %TypeHeaderCode -#include -#include +#include +#include #include %End @@ -66,8 +66,8 @@ protected: class KSelectionWatcher : TQObject { %TypeHeaderCode -#include -#include +#include +#include #include %End diff --git a/sip/tdecore/kmountpoint.sip b/sip/tdecore/kmountpoint.sip index 693186a..a811b2e 100644 --- a/sip/tdecore/kmountpoint.sip +++ b/sip/tdecore/kmountpoint.sip @@ -114,7 +114,7 @@ private: //converts a Python list of KMountPoint { %TypeHeaderCode -#include +#include #include %End diff --git a/sip/tdecore/kstartupinfo.sip b/sip/tdecore/kstartupinfo.sip index b4e78cc..06aab35 100644 --- a/sip/tdecore/kstartupinfo.sip +++ b/sip/tdecore/kstartupinfo.sip @@ -210,7 +210,7 @@ private: //converts a Python list of long { %TypeHeaderCode -#include +#include %End %ConvertFromTypeCode diff --git a/sip/tdecore/ktimezones.sip b/sip/tdecore/ktimezones.sip index db7808d..b3ed9ea 100644 --- a/sip/tdecore/ktimezones.sip +++ b/sip/tdecore/ktimezones.sip @@ -183,8 +183,8 @@ private: //converts a Python dict of TQString:KTimezone { %TypeHeaderCode -#include -#include +#include +#include #include %End diff --git a/sip/tdecore/kxmessages.sip b/sip/tdecore/kxmessages.sip index 1ab38e4..5786e66 100644 --- a/sip/tdecore/kxmessages.sip +++ b/sip/tdecore/kxmessages.sip @@ -27,7 +27,7 @@ class KXMessages : TQWidget { %TypeHeaderCode -#include +#include #include %End diff --git a/sip/tdecore/twinmodule.sip b/sip/tdecore/twinmodule.sip index ba80592..43bf79f 100644 --- a/sip/tdecore/twinmodule.sip +++ b/sip/tdecore/twinmodule.sip @@ -94,7 +94,7 @@ protected: //converts a Python list of WId { %TypeHeaderCode -#include +#include #include %End -- cgit v1.2.1