summaryrefslogtreecommitdiffstats
path: root/katapult/katapult/settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'katapult/katapult/settings.cpp')
-rw-r--r--katapult/katapult/settings.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/katapult/katapult/settings.cpp b/katapult/katapult/settings.cpp
index 45d481f..9dd8949 100644
--- a/katapult/katapult/settings.cpp
+++ b/katapult/katapult/settings.cpp
@@ -20,14 +20,14 @@
#include <tqwhatsthis.h>
/*
- * Constructs a MyDialog1 as a child of 'tqparent', with the
+ * Constructs a MyDialog1 as a child of 'parent', with the
* name 'name' and widget flags set to 'f'.
*
* The dialog will by default be modeless, unless you set 'modal' to
* TRUE to construct a modal dialog.
*/
-MyDialog1::MyDialog1( TQWidget* tqparent, const char* name, bool modal, WFlags fl )
- : TQDialog( tqparent, name, modal, fl )
+MyDialog1::MyDialog1( TQWidget* parent, const char* name, bool modal, WFlags fl )
+ : TQDialog( parent, name, modal, fl )
{
if ( !name )
setName( "MyDialog1" );