diff options
author | Timothy Pearson <[email protected]> | 2011-11-08 00:09:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-08 00:09:39 -0600 |
commit | 048d69613bd65b02f34df3675212af2d32f7d930 (patch) | |
tree | f85a9dcc1e388cf685c6ddfef7dab221605cb686 /sip | |
parent | cd952392d09fb0f1b4c5f700bb3d79a5e762f4b8 (diff) | |
download | pytde-048d69613bd65b02f34df3675212af2d32f7d930.tar.gz pytde-048d69613bd65b02f34df3675212af2d32f7d930.zip |
Fix accidental conversion of dockwin
Diffstat (limited to 'sip')
-rw-r--r-- | sip/tdecore/kmanagerselection.sip | 4 | ||||
-rw-r--r-- | sip/tdeui/kdoctwindow.sip | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sip/tdecore/kmanagerselection.sip b/sip/tdecore/kmanagerselection.sip index 954a3d7..a43fd2e 100644 --- a/sip/tdecore/kmanagerselection.sip +++ b/sip/tdecore/kmanagerselection.sip @@ -29,7 +29,7 @@ class KSelectionOwner : QObject { %TypeHeaderCode -#include <qdoctwindow.h> +#include <qdockwindow.h> #include <qvariant.h> #include <kmanagerselection.h> %End @@ -66,7 +66,7 @@ protected: class KSelectionWatcher : QObject { %TypeHeaderCode -#include <qdoctwindow.h> +#include <qdockwindow.h> #include <qvariant.h> #include <kmanagerselection.h> %End diff --git a/sip/tdeui/kdoctwindow.sip b/sip/tdeui/kdoctwindow.sip index e319112..af46e2a 100644 --- a/sip/tdeui/kdoctwindow.sip +++ b/sip/tdeui/kdoctwindow.sip @@ -27,7 +27,7 @@ class KDockWindow : KSystemTray { %TypeHeaderCode -#include <kdoctwindow.h> +#include <kdockwindow.h> %End |