summaryrefslogtreecommitdiffstats
path: root/sip/tdecore
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 00:09:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 00:09:39 -0600
commit048d69613bd65b02f34df3675212af2d32f7d930 (patch)
treef85a9dcc1e388cf685c6ddfef7dab221605cb686 /sip/tdecore
parentcd952392d09fb0f1b4c5f700bb3d79a5e762f4b8 (diff)
downloadpytde-048d69613bd65b02f34df3675212af2d32f7d930.tar.gz
pytde-048d69613bd65b02f34df3675212af2d32f7d930.zip
Fix accidental conversion of dockwin
Diffstat (limited to 'sip/tdecore')
-rw-r--r--sip/tdecore/kmanagerselection.sip4
1 files changed, 2 insertions, 2 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