diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-08-10 12:13:27 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-08-10 12:13:27 -0500 |
commit | b6c6d9f8dd1221e5d9dc5b674e93797761470024 (patch) | |
tree | 94563ba51148e9fd71f5c8df86439c84945d5d81 /experimental/tqtinterface/qt4/src/widgets/tqwidgetplugin.h | |
parent | 03256f3cd5149f3ff5f5f45765b0b0659db4e036 (diff) | |
download | tde-b6c6d9f8dd1221e5d9dc5b674e93797761470024.tar.gz tde-b6c6d9f8dd1221e5d9dc5b674e93797761470024.zip |
rename the following methods:
tqparent parent
tqmask mask
Diffstat (limited to 'experimental/tqtinterface/qt4/src/widgets/tqwidgetplugin.h')
-rw-r--r-- | experimental/tqtinterface/qt4/src/widgets/tqwidgetplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/tqtinterface/qt4/src/widgets/tqwidgetplugin.h b/experimental/tqtinterface/qt4/src/widgets/tqwidgetplugin.h index 554467774..b87939601 100644 --- a/experimental/tqtinterface/qt4/src/widgets/tqwidgetplugin.h +++ b/experimental/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; |