diff options
Diffstat (limited to 'sip/tdecore')
-rw-r--r-- | sip/tdecore/bytearray.sip | 14 | ||||
-rw-r--r-- | sip/tdecore/kaboutdata.sip | 4 | ||||
-rw-r--r-- | sip/tdecore/kcmdlineargs.sip | 2 | ||||
-rw-r--r-- | sip/tdecore/kconfig.sip | 2 | ||||
-rw-r--r-- | sip/tdecore/kconfigdata.sip | 2 | ||||
-rw-r--r-- | sip/tdecore/kipc.sip | 2 | ||||
-rw-r--r-- | sip/tdecore/kmacroexpander.sip | 16 | ||||
-rw-r--r-- | sip/tdecore/kmanagerselection.sip | 8 | ||||
-rw-r--r-- | sip/tdecore/kmountpoint.sip | 2 | ||||
-rw-r--r-- | sip/tdecore/kstartupinfo.sip | 2 | ||||
-rw-r--r-- | sip/tdecore/ktimezones.sip | 4 | ||||
-rw-r--r-- | sip/tdecore/kxmessages.sip | 2 | ||||
-rw-r--r-- | sip/tdecore/twinmodule.sip | 2 |
13 files changed, 31 insertions, 31 deletions
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 <qvariant.h> +#include <tqvariant.h> %End @@ -423,8 +423,8 @@ void dcop_next (TQDataStream&, TQCString&); %End %ModuleHeaderCode -#include <qcstring.h> -#include <qdatastream.h> +#include <tqcstring.h> +#include <tqdatastream.h> #include <dcopref.h> %End @@ -617,7 +617,7 @@ void dcop_add (TQDataStream& s, TQByteArray value) //converts a Python dict of TQCString:DCOPRef { %TypeHeaderCode -#include <qmap.h> +#include <tqmap.h> //typedef TQMap<TQCString,DCOPRef> DCOPRefMap; %End @@ -700,7 +700,7 @@ void dcop_add (TQDataStream& s, TQByteArray value) //converts a Python dict of TQString:DCOPRef { %TypeHeaderCode -#include <qmap.h> +#include <tqmap.h> //typedef TQMap<TQString,DCOPRef> DCOPRefMap; %End @@ -792,7 +792,7 @@ void dcop_add (TQDataStream& s, TQByteArray value) //converts a Python dict of TQString:TQByteArray { %TypeHeaderCode -#include <qmap.h> +#include <tqmap.h> %End %ConvertFromTypeCode @@ -882,7 +882,7 @@ void dcop_add (TQDataStream& s, TQByteArray value) //converts a Python list of DCOPRef { %TypeHeaderCode -#include <qvaluelist.h> +#include <tqvaluelist.h> %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 <qvaluelist.h> +#include <tqvaluelist.h> %End %ConvertFromTypeCode @@ -236,7 +236,7 @@ public: //converts a Python list of KAboutTranslator { %TypeHeaderCode -#include <qvaluelist.h> +#include <tqvaluelist.h> %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 <kcmdlineargs.h> -#include <qapplication.h> +#include <tqapplication.h> %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 <qmap.h> +#include <tqmap.h> %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 <qmap.h> +#include <tqmap.h> #include <kconfigdata.h> %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 <qwindowdefs.h> +#include <tqwindowdefs.h> #include <kipc.h> %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<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 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 <qdockwindow.h> -#include <qvariant.h> +#include <tqdockwindow.h> +#include <tqvariant.h> #include <kmanagerselection.h> %End @@ -66,8 +66,8 @@ protected: class KSelectionWatcher : TQObject { %TypeHeaderCode -#include <qdockwindow.h> -#include <qvariant.h> +#include <tqdockwindow.h> +#include <tqvariant.h> #include <kmanagerselection.h> %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 <qvaluelist.h> +#include <tqvaluelist.h> #include <kmountpoint.h> %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 <qvaluelist.h> +#include <tqvaluelist.h> %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 <qmap.h> -#include <qstring.h> +#include <tqmap.h> +#include <tqstring.h> #include <ktimezones.h> %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 <qwidget.h> +#include <tqwidget.h> #include <kxmessages.h> %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 <qvaluelist.h> +#include <tqvaluelist.h> #include <twinmodule.h> %End |