summaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_dialog.cpp')
-rw-r--r--src/modules/objects/class_dialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/objects/class_dialog.cpp b/src/modules/objects/class_dialog.cpp
index 490aabb8..366cf5f0 100644
--- a/src/modules/objects/class_dialog.cpp
+++ b/src/modules/objects/class_dialog.cpp
@@ -46,10 +46,10 @@
@description:
Rappresents a dialog object. The class is really
similar to the widget class, it has only a couple of minor differences.
- A dialog is always a top-level widget, but if it has a tqparent, its default
- location is centered on top of the tqparent. It will also share the tqparent's taskbar entry.
+ A dialog is always a top-level widget, but if it has a parent, its default
+ location is centered on top of the parent. It will also share the parent's taskbar entry.
If you call $setModal(1) then the dialog will have non-blocking modal behaviour:
- it will appear above its tqparent widget and block its input until it's closed.
+ it will appear above its parent widget and block its input until it's closed.
@functions:
*/