From 9ca32ef31a2566af48c06f258722738df92366af Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/modules/dialog/libkvidialog.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/dialog/libkvidialog.cpp') diff --git a/src/modules/dialog/libkvidialog.cpp b/src/modules/dialog/libkvidialog.cpp index 52b0e10f..7e3149f6 100644 --- a/src/modules/dialog/libkvidialog.cpp +++ b/src/modules/dialog/libkvidialog.cpp @@ -147,7 +147,7 @@ void KviKvsCallbackMessageBox::done(int code) ,... are the magic parameters: evaluated at dialog.message call time and passed to the as positional parameters.[br] If the -b or -modal switch is specified the dialog will have non-blocking modal behaviour: - it will appear above its tqparent widget and block its input until it's closed.[br] + it will appear above its parent widget and block its input until it's closed.[br] Once the dialog has been shown , the user will click one of the buttons. At this point the dialog is hidden and the is executed passing the number of the button clicked as $0 and the magic parameters as positional parameters $1 , $2 , $3....[br] @@ -417,7 +417,7 @@ void KviKvsCallbackTextInput::showEvent(TQShowEvent *e) If the -d switch is used , the initial text input value is set to .[br] If the -i switch is used , the dialog displays also the icon , just on the left ot the [br] If the -b or -modal switch is specified the dialog will have non-blocking modal behaviour: - it will appear above its tqparent widget and block its input until it's closed.[br] + it will appear above its parent widget and block its input until it's closed.[br] In that case is an [doc:image_id]image identifier[/doc] (can be a relative or absolute path to an image file or a signed number (in that case it defines an internal KVIrc image).[br] ,... are the magic parameters: evaluated at dialog.textinput call time and passed @@ -573,7 +573,7 @@ void KviKvsCallbackFileDialog::done(int code) ,... are the magic parameters: evaluated at dialog.message call time and passed to the as positional parameters.[br] If the -b or -modal switch is specified the dialog will have non-blocking modal behaviour: - it will appear above its tqparent widget and block its input until it's closed.[br] + it will appear above its parent widget and block its input until it's closed.[br] Once the dialog has been shown , the user will select an EXISTING file and click either Ok or Cancel. At this point the dialog is hidden and the is executed passing the selected file(s) as $0 and the magic parameters as positional parameters $1 , $2 , $3....[br] @@ -704,7 +704,7 @@ void KviKvsCallbackImageDialog::done(int code) ,... are the magic parameters: evaluated at dialog.image call time and passed to the as positional parameters.[br] If the -b or -modal switch is specified the dialog will have non-blocking modal behaviour: - it will appear above its tqparent widget and block its input until it's closed.[br] + it will appear above its parent widget and block its input until it's closed.[br] Once the dialog has been shown , the user will select an EXISTING file and click either Ok or Cancel. At this point the dialog is hidden and the is executed passing the selected file(s) as $0 and the magic parameters as positional parameters $1 , $2 , $3....[br] -- cgit v1.2.1