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 | 23bfbfff2de55c72029349cc312adac29cf09809 (patch) | |
tree | 471f706949569f3531be5f2819f5071b117ce249 /digikam/libs/imageproperties/imagepropertiestab.cpp | |
parent | 0b843b137f8f7e7f3d43f7a7beafc51129668981 (diff) | |
download | digikam-23bfbfff2de55c72029349cc312adac29cf09809.tar.gz digikam-23bfbfff2de55c72029349cc312adac29cf09809.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/digikam@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'digikam/libs/imageproperties/imagepropertiestab.cpp')
-rw-r--r-- | digikam/libs/imageproperties/imagepropertiestab.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/digikam/libs/imageproperties/imagepropertiestab.cpp b/digikam/libs/imageproperties/imagepropertiestab.cpp index 9a26ddf3..0d4b3ac0 100644 --- a/digikam/libs/imageproperties/imagepropertiestab.cpp +++ b/digikam/libs/imageproperties/imagepropertiestab.cpp @@ -169,8 +169,8 @@ public: KSqueezedTextLabel *labelPhotoWhiteBalance; }; -ImagePropertiesTab::ImagePropertiesTab(TQWidget* tqparent, bool navBar) - : NavigateBarTab(tqparent) +ImagePropertiesTab::ImagePropertiesTab(TQWidget* parent, bool navBar) + : NavigateBarTab(parent) { d = new ImagePropertiesTabPriv; |