diff options
author | Timothy Pearson <[email protected]> | 2011-11-07 20:22:53 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-07 20:22:53 -0600 |
commit | 8c1e850781b5c810402ae464827d43dfa20c359f (patch) | |
tree | e2bf5123aba7441116858f1eb200b189bfa85d5d /sip/tdecore | |
parent | 915c483e2d42f7eba460a961572a7dbdac87236f (diff) | |
download | pytde-8c1e850781b5c810402ae464827d43dfa20c359f.tar.gz pytde-8c1e850781b5c810402ae464827d43dfa20c359f.zip |
Rename kwin to twin (part 1 of 2)
Diffstat (limited to 'sip/tdecore')
-rw-r--r-- | sip/tdecore/kmanagerselection.sip | 4 | ||||
-rw-r--r-- | sip/tdecore/kwin.sip | 2 | ||||
-rw-r--r-- | sip/tdecore/kwinmodule.sip | 4 | ||||
-rw-r--r-- | sip/tdecore/tdecoremod.sip.in | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/sip/tdecore/kmanagerselection.sip b/sip/tdecore/kmanagerselection.sip index a43fd2e..954a3d7 100644 --- a/sip/tdecore/kmanagerselection.sip +++ b/sip/tdecore/kmanagerselection.sip @@ -29,7 +29,7 @@ class KSelectionOwner : QObject { %TypeHeaderCode -#include <qdockwindow.h> +#include <qdoctwindow.h> #include <qvariant.h> #include <kmanagerselection.h> %End @@ -66,7 +66,7 @@ protected: class KSelectionWatcher : QObject { %TypeHeaderCode -#include <qdockwindow.h> +#include <qdoctwindow.h> #include <qvariant.h> #include <kmanagerselection.h> %End diff --git a/sip/tdecore/kwin.sip b/sip/tdecore/kwin.sip index 4340b39..2e70b1e 100644 --- a/sip/tdecore/kwin.sip +++ b/sip/tdecore/kwin.sip @@ -27,7 +27,7 @@ class KWin { %TypeHeaderCode -#include <kwin.h> +#include <twin.h> %End diff --git a/sip/tdecore/kwinmodule.sip b/sip/tdecore/kwinmodule.sip index 8d31af4..4bca087 100644 --- a/sip/tdecore/kwinmodule.sip +++ b/sip/tdecore/kwinmodule.sip @@ -27,7 +27,7 @@ class KWinModule : QObject { %TypeHeaderCode -#include <kwinmodule.h> +#include <twinmodule.h> %End @@ -95,7 +95,7 @@ protected: { %TypeHeaderCode #include <qvaluelist.h> -#include <kwinmodule.h> +#include <twinmodule.h> %End %ConvertFromTypeCode diff --git a/sip/tdecore/tdecoremod.sip.in b/sip/tdecore/tdecoremod.sip.in index 60e93e0..fc2fea9 100644 --- a/sip/tdecore/tdecoremod.sip.in +++ b/sip/tdecore/tdecoremod.sip.in @@ -92,8 +92,8 @@ %Include ktempfile.sip %Include kuniqueapplication.sip %Include kurl.sip -%Include kwin.sip -%Include kwinmodule.sip +%Include twin.sip +%Include twinmodule.sip %Include netwm.sip %Include netwm_def.sip @mark@ |