summaryrefslogtreecommitdiffstats
path: root/sip
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-08 00:09:39 -0600
committerTimothy Pearson <[email protected]>2011-11-08 00:09:39 -0600
commit048d69613bd65b02f34df3675212af2d32f7d930 (patch)
treef85a9dcc1e388cf685c6ddfef7dab221605cb686 /sip
parentcd952392d09fb0f1b4c5f700bb3d79a5e762f4b8 (diff)
downloadpytde-048d69613bd65b02f34df3675212af2d32f7d930.tar.gz
pytde-048d69613bd65b02f34df3675212af2d32f7d930.zip
Fix accidental conversion of dockwin
Diffstat (limited to 'sip')
-rw-r--r--sip/tdecore/kmanagerselection.sip4
-rw-r--r--sip/tdeui/kdoctwindow.sip2
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