summaryrefslogtreecommitdiffstats
path: root/sip/tdeui
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/tdeui
parentcd952392d09fb0f1b4c5f700bb3d79a5e762f4b8 (diff)
downloadpytde-048d69613bd65b02f34df3675212af2d32f7d930.tar.gz
pytde-048d69613bd65b02f34df3675212af2d32f7d930.zip
Fix accidental conversion of dockwin
Diffstat (limited to 'sip/tdeui')
-rw-r--r--sip/tdeui/kdoctwindow.sip2
1 files changed, 1 insertions, 1 deletions
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