summaryrefslogtreecommitdiffstats
path: root/kstyles
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 00:15:31 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 00:15:31 -0600
commit3fde05a2853d1a37c41cdae953c901444781f473 (patch)
treed60fa458efe02e6783ce85e3d82039a13f1c548e /kstyles
parent2c42f320612ac0a4a5a041b437536c74884c1669 (diff)
downloadtdelibs-3fde05a2853d1a37c41cdae953c901444781f473.tar.gz
tdelibs-3fde05a2853d1a37c41cdae953c901444781f473.zip
Fix accidental conversion of dockwin
Diffstat (limited to 'kstyles')
-rw-r--r--kstyles/asteroid/asteroid.cpp2
-rw-r--r--kstyles/plastik/plastik.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kstyles/asteroid/asteroid.cpp b/kstyles/asteroid/asteroid.cpp
index 434cd6366..76a5c0d6c 100644
--- a/kstyles/asteroid/asteroid.cpp
+++ b/kstyles/asteroid/asteroid.cpp
@@ -30,7 +30,7 @@
#include <tqtabbar.h>
#include <tqgroupbox.h>
#include <tqtoolbutton.h>
-#include <tqdoctwindow.h>
+#include <tqdockwindow.h>
#include <tqtooltip.h>
#include <tqdrawutil.h>
#include <tqlistview.h>
diff --git a/kstyles/plastik/plastik.cpp b/kstyles/plastik/plastik.cpp
index 08c97b3c1..1c6f5cd6a 100644
--- a/kstyles/plastik/plastik.cpp
+++ b/kstyles/plastik/plastik.cpp
@@ -2689,7 +2689,7 @@ void PlastikStyle::tqdrawControl(TQ_ControlElement element,
break;
}
- // Menu and doctwindow empty space
+ // Menu and dockwindow empty space
//
case CE_DockWindowEmptyArea:
p->fillRect(r, cg.background());