diff options
author | Timothy Pearson <[email protected]> | 2011-12-19 11:40:04 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-19 11:40:04 -0600 |
commit | f91149819be7e7f45e68f22876f3c0062a11d4b9 (patch) | |
tree | ea2e0b384a225b9fcedd5ec44e08d1ad2fc2570b /src/modules/objects/class_dockwindow.cpp | |
parent | 32a249baaef1b910bffd79734c78cac3671f00f2 (diff) | |
download | kvirc-f91149819be7e7f45e68f22876f3c0062a11d4b9.tar.gz kvirc-f91149819be7e7f45e68f22876f3c0062a11d4b9.zip |
Remove additional unneeded tq method conversions
Diffstat (limited to 'src/modules/objects/class_dockwindow.cpp')
-rw-r--r-- | src/modules/objects/class_dockwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_dockwindow.cpp b/src/modules/objects/class_dockwindow.cpp index 40fc473b..852db9dc 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] |