From 805c2821ceaddada48b346c6d11bd0dc1351a539 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:33:07 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- src/modules/objects/class_dockwindow.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/objects/class_dockwindow.cpp') diff --git a/src/modules/objects/class_dockwindow.cpp b/src/modules/objects/class_dockwindow.cpp index 40fc473b..3dae8c3c 100644 --- a/src/modules/objects/class_dockwindow.cpp +++ b/src/modules/objects/class_dockwindow.cpp @@ -34,7 +34,7 @@ #include #define TQT_DOCK_WINDOW TQDockWindow #endif -#include +#include /* @doc: dockwindow @@ -49,11 +49,11 @@ [class]widget[/class] @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 window has an implicit layout that will automatically manage + the children depending on the dock window's orientation. @functions: !fn: $addWidget() - Adds to the internal tqlayout of this dock window.[br] + Adds to the internal layout of this dock window.[br] The widget must be a child of this dock window (otherwise strange things may happen). !fn: $orientation() Returns the string "vertical" or "horizontal" depending on the orientation of this dock window. -- cgit v1.2.1