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 | 49f9b290287ed4df63901c5912ddbb3c1ae5d515 (patch) | |
tree | 0a20bf2186d58b5edef3a3a7da518ea3c8244246 /kmoon/kmoonwidget.h | |
parent | 1d14c95a7737078a695e99442628f450354c00ff (diff) | |
download | tdetoys-49f9b290287ed4df63901c5912ddbb3c1ae5d515.tar.gz tdetoys-49f9b290287ed4df63901c5912ddbb3c1ae5d515.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdetoys@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmoon/kmoonwidget.h')
-rw-r--r-- | kmoon/kmoonwidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmoon/kmoonwidget.h b/kmoon/kmoonwidget.h index d1f7367..3b2415f 100644 --- a/kmoon/kmoonwidget.h +++ b/kmoon/kmoonwidget.h @@ -34,7 +34,7 @@ class MoonWidget : public TQWidget TQ_OBJECT public: - MoonWidget(TQWidget *tqparent = 0, const char *name = 0); + MoonWidget(TQWidget *parent = 0, const char *name = 0); ~MoonWidget(); void calctqStatus( time_t time ); @@ -45,14 +45,14 @@ public: bool northHemi() const { return _north; } void setNorthHemi(bool b); - bool tqmask() const { return _tqmask; } + bool mask() const { return _mask; } void setMask(bool b); protected: int old_w, old_h; int counter, old_counter; int _angle, old_angle; - int _tqmask, old_tqmask; + int _mask, old_mask; bool old_north, _north; TQPixmap pixmap; |