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/myrootpixmap.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/myrootpixmap.h')
-rw-r--r-- | client/myrootpixmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/myrootpixmap.h b/client/myrootpixmap.h index 9f3ac6f..9aef89e 100644 --- a/client/myrootpixmap.h +++ b/client/myrootpixmap.h @@ -33,7 +33,7 @@ class KMyRootPixmap: public TQObject public: KMyRootPixmap( TQWidget *target=NULL, const char *name=0 ); - KMyRootPixmap( TQWidget *target, TQObject *tqparent, const char *name=0 ); + KMyRootPixmap( TQWidget *target, TQObject *parent, const char *name=0 ); virtual ~KMyRootPixmap(); |