diff options
author | Timothy Pearson <[email protected]> | 2011-08-10 12:13:27 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-08-10 12:13:27 -0500 |
commit | d296f1d337dabfeae5191955fdadb874965dbbe9 (patch) | |
tree | 1a4b3b4cca01f2ea77eee2497297219d60e9bbd4 /tqtinterface/qt4/src/widgets/tqsplitter.h | |
parent | eaa7ee2e0bbca40ba3173c4304f81957e8964291 (diff) | |
download | experimental-d296f1d337dabfeae5191955fdadb874965dbbe9.tar.gz experimental-d296f1d337dabfeae5191955fdadb874965dbbe9.zip |
rename the following methods:
tqparent parent
tqmask mask
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqsplitter.h')
-rw-r--r-- | tqtinterface/qt4/src/widgets/tqsplitter.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqsplitter.h b/tqtinterface/qt4/src/widgets/tqsplitter.h index 18d62f9..5ab15b0 100644 --- a/tqtinterface/qt4/src/widgets/tqsplitter.h +++ b/tqtinterface/qt4/src/widgets/tqsplitter.h @@ -96,8 +96,8 @@ public: // ### TQt 4.0: remove Auto from public API enum ResizeMode { Stretch, KeepSize, FollowSizeHint, Auto }; - TQSplitter( TQWidget* tqparent = 0, const char* name = 0 ); - TQSplitter( Qt::Orientation, TQWidget* tqparent = 0, const char* name = 0 ); + TQSplitter( TQWidget* parent = 0, const char* name = 0 ); + TQSplitter( Qt::Orientation, TQWidget* parent = 0, const char* name = 0 ); ~TQSplitter(); virtual void setOrientation( Qt::Orientation ); @@ -196,7 +196,7 @@ class TQSplitterHandle : public TQWidget TQ_OBJECT public: TQSplitterHandle( Qt::Orientation o, - TQSplitter *tqparent, const char* name=0 ); + TQSplitter *parent, const char* name=0 ); void setOrientation( Qt::Orientation o ); Qt::Orientation orientation() const { return orient; } |