summaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_dockwindow.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:40:04 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-05 20:47:54 +0200
commite21c70f0573896c6503317f4684f2f421a57fd11 (patch)
treea10be14e724e53e07ea7bd6ac24ddac6957052f9 /src/modules/objects/class_dockwindow.cpp
parentedb69b6a65e67dd6368b8b0ae16a8bf4105ca76d (diff)
downloadkvirc-e21c70f0573896c6503317f4684f2f421a57fd11.tar.gz
kvirc-e21c70f0573896c6503317f4684f2f421a57fd11.zip
Remove additional unneeded tq method conversions
(cherry picked from commit f91149819be7e7f45e68f22876f3c0062a11d4b9)
Diffstat (limited to 'src/modules/objects/class_dockwindow.cpp')
-rw-r--r--src/modules/objects/class_dockwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_dockwindow.cpp b/src/modules/objects/class_dockwindow.cpp
index 40fc473..852db9d 100644
--- a/src/modules/objects/class_dockwindow.cpp
+++ b/src/modules/objects/class_dockwindow.cpp
@@ -50,7 +50,7 @@
@description:
A window dockable to the KVIrc main frame borders (like a toolbar).
The window has an implicit tqlayout that will automatically manage
- the tqchildren depending on the dock window's orientation.
+ the children depending on the dock window's orientation.
@functions:
!fn: $addWidget(<widget:hobject>)
Adds <widget> to the internal tqlayout of this dock window.[br]