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 | 04766b207afba7961d4d802313e426f5a2fbef63 (patch) | |
tree | c888ea1027c793e2d0386a7e5a1a0cd077b03cb3 /lib/kopainter/koColorChooser.h | |
parent | b6edfe41c9395f2e20784cbf0e630af6426950a3 (diff) | |
download | koffice-04766b207afba7961d4d802313e426f5a2fbef63.tar.gz koffice-04766b207afba7961d4d802313e426f5a2fbef63.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'lib/kopainter/koColorChooser.h')
-rw-r--r-- | lib/kopainter/koColorChooser.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/kopainter/koColorChooser.h b/lib/kopainter/koColorChooser.h index c6d72113..4f948496 100644 --- a/lib/kopainter/koColorChooser.h +++ b/lib/kopainter/koColorChooser.h @@ -45,7 +45,7 @@ class KoColorChooser : public TQWidget Q_OBJECT TQ_OBJECT public: - KoColorChooser(TQWidget *tqparent = 0L, const char *name = 0L); + KoColorChooser(TQWidget *parent = 0L, const char *name = 0L); const KoColor &color() const {return mColor; } @@ -86,7 +86,7 @@ class ColorWidget : public TQWidget { TQ_OBJECT public: - ColorWidget(TQWidget *tqparent = 0); + ColorWidget(TQWidget *parent = 0); virtual ~ColorWidget(); public slots: @@ -103,7 +103,7 @@ class RGBWidget : public ColorWidget Q_OBJECT TQ_OBJECT public: - RGBWidget(TQWidget *tqparent = 0L); + RGBWidget(TQWidget *parent = 0L); virtual ~RGBWidget() {} public slots: @@ -141,7 +141,7 @@ class HSVWidget : public ColorWidget Q_OBJECT TQ_OBJECT public: - HSVWidget(TQWidget *tqparent = 0L); + HSVWidget(TQWidget *parent = 0L); virtual ~HSVWidget() {} public slots: @@ -179,7 +179,7 @@ class GreyWidget : public ColorWidget Q_OBJECT TQ_OBJECT public: - GreyWidget(TQWidget *tqparent = 0L); + GreyWidget(TQWidget *parent = 0L); virtual ~GreyWidget() {} public slots: @@ -205,7 +205,7 @@ class LABWidget : public ColorWidget Q_OBJECT TQ_OBJECT public: - LABWidget(TQWidget *tqparent = 0L); + LABWidget(TQWidget *parent = 0L); virtual ~LABWidget() {} public slots: |