diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 48e58438f49993e7bfc44f20ed2c4cf4050f66a6 (patch) | |
tree | 8898cfe18cf79b5335664dc2eb9f5854052eedd8 /src/mainwidget.h | |
parent | 05cd892aec1d908c2fb517c374babab0ae13cf40 (diff) | |
download | potracegui-48e58438f49993e7bfc44f20ed2c4cf4050f66a6.tar.gz potracegui-48e58438f49993e7bfc44f20ed2c4cf4050f66a6.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/potracegui@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/mainwidget.h')
-rw-r--r-- | src/mainwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwidget.h b/src/mainwidget.h index 175e593..4c4aeae 100644 --- a/src/mainwidget.h +++ b/src/mainwidget.h @@ -55,7 +55,7 @@ class MainWidget : public MainWidgetBase public: //! Default constructor (all parameters are simply passed to MainWidgetBase) - MainWidget(TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 ); + MainWidget(TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); //! Default destructor ~MainWidget(); |