summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/tools/designer/plugins/wizards/sqlformwizardimpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/tools/designer/plugins/wizards/sqlformwizardimpl.cpp')
-rw-r--r--tqtinterface/qt4/tools/designer/plugins/wizards/sqlformwizardimpl.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tqtinterface/qt4/tools/designer/plugins/wizards/sqlformwizardimpl.cpp b/tqtinterface/qt4/tools/designer/plugins/wizards/sqlformwizardimpl.cpp
index f8f2dd3..aa763cf 100644
--- a/tqtinterface/qt4/tools/designer/plugins/wizards/sqlformwizardimpl.cpp
+++ b/tqtinterface/qt4/tools/designer/plugins/wizards/sqlformwizardimpl.cpp
@@ -60,8 +60,8 @@
#endif
SqlFormWizard::SqlFormWizard( TQUnknownInterface *aIface, TQWidget *w,
- TQWidget* tqparent, DesignerFormWindow *fw, const char* name, bool modal, WFlags fl )
- : SqlFormWizardBase( tqparent, name, modal, fl ), widget( w ), appIface( aIface ),
+ TQWidget* parent, DesignerFormWindow *fw, const char* name, bool modal, WFlags fl )
+ : SqlFormWizardBase( parent, name, modal, fl ), widget( w ), appIface( aIface ),
mode( None )
{
appIface->addRef();
@@ -307,10 +307,10 @@ void SqlFormWizard::setupPage1()
setNextEnabled( databasePage, FALSE );
}
-static TQPushButton *create_widget( TQWidget *tqparent, const char *name,
+static TQPushButton *create_widget( TQWidget *parent, const char *name,
const TQString &txt, const TQRect &r, DesignerFormWindow *fw )
{
- TQPushButton *pb = (TQPushButton*)fw->create( "TQPushButton", tqparent, name );
+ TQPushButton *pb = (TQPushButton*)fw->create( "TQPushButton", parent, name );
pb->setText( txt );
pb->setGeometry( r );
fw->setPropertyChanged( pb, "text", TRUE );