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 | 4e5e357168ca02901108508d7d6d69f164c65d03 (patch) | |
tree | 70939b83ef956454be939ff66e1c019b617d1355 /client/crystalbutton.h | |
parent | 529c1ea243b4b08398f2728630ae6a1e7933e57b (diff) | |
download | twin-style-crystal-4e5e357168ca02901108508d7d6d69f164c65d03.tar.gz twin-style-crystal-4e5e357168ca02901108508d7d6d69f164c65d03.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kwin-style-crystal@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'client/crystalbutton.h')
-rw-r--r-- | client/crystalbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/crystalbutton.h b/client/crystalbutton.h index ad2cb95..84f967e 100644 --- a/client/crystalbutton.h +++ b/client/crystalbutton.h @@ -34,7 +34,7 @@ class CrystalButton : public TQButton TQ_OBJECT public: - CrystalButton(CrystalClient *tqparent=0, const char *name=0, + CrystalButton(CrystalClient *parent=0, const char *name=0, const TQString &tip=NULL, ButtonType type=ButtonHelp, ButtonImage *vimage=NULL); |