diff options
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqwidgetplugin.h')
-rw-r--r-- | tqtinterface/qt4/src/widgets/tqwidgetplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqwidgetplugin.h b/tqtinterface/qt4/src/widgets/tqwidgetplugin.h index 5544677..b879396 100644 --- a/tqtinterface/qt4/src/widgets/tqwidgetplugin.h +++ b/tqtinterface/qt4/src/widgets/tqwidgetplugin.h @@ -70,7 +70,7 @@ public: ~TQWidgetPlugin(); virtual TQStringList keys() const = 0; - virtual TQWidget *create( const TQString &key, TQWidget *tqparent = 0, const char *name = 0 ) = 0; + virtual TQWidget *create( const TQString &key, TQWidget *parent = 0, const char *name = 0 ) = 0; virtual TQString group( const TQString &key ) const; virtual TQIconSet iconSet( const TQString &key ) const; |