diff options
Diffstat (limited to 'src/modules/objects/class_window.cpp')
-rw-r--r-- | src/modules/objects/class_window.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/class_window.cpp b/src/modules/objects/class_window.cpp index 732e6f4e..393c296d 100644 --- a/src/modules/objects/class_window.cpp +++ b/src/modules/objects/class_window.cpp @@ -87,9 +87,9 @@ void KviKvsScriptWindowWindow::centralWidgetDestroyed() [class]widget[/class] @description: This class rappresents a MDI window in a KVIrc frame. - Regardless of the tqparent object passed, the window will be always + Regardless of the parent object passed, the window will be always a "physical" child of the frame window: you can't embed a window object - inside a widget or another window. The tqparent object will just "own" this + inside a widget or another window. The parent object will just "own" this window object and eventually destroy it when it dies. This class can manage only a single central child widget that must be set with $setCentralWidget(). |