diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 00:09:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 00:09:39 -0600 |
commit | 048d69613bd65b02f34df3675212af2d32f7d930 (patch) | |
tree | f85a9dcc1e388cf685c6ddfef7dab221605cb686 /sip/tdecore | |
parent | cd952392d09fb0f1b4c5f700bb3d79a5e762f4b8 (diff) | |
download | pytde-048d69613bd65b02f34df3675212af2d32f7d930.tar.gz pytde-048d69613bd65b02f34df3675212af2d32f7d930.zip |
Fix accidental conversion of dockwin
Diffstat (limited to 'sip/tdecore')
-rw-r--r-- | sip/tdecore/kmanagerselection.sip | 4 |
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 |