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 | 89c017c3d5126cabd96acce26f538b37b48c085f (patch) | |
| tree | 115673043b52ffe2e5f8b01ebcd7b886e0a1318b /src/gui/richtextlabel.cpp | |
| parent | 0254ebaa5e056092461fd585b6851d15faa43035 (diff) | |
| download | tellico-89c017c3d5126cabd96acce26f538b37b48c085f.tar.gz tellico-89c017c3d5126cabd96acce26f538b37b48c085f.zip | |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/tellico@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/gui/richtextlabel.cpp')
| -rw-r--r-- | src/gui/richtextlabel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/richtextlabel.cpp b/src/gui/richtextlabel.cpp index a0b3a01..632f771 100644 --- a/src/gui/richtextlabel.cpp +++ b/src/gui/richtextlabel.cpp @@ -19,11 +19,11 @@ using Tellico::GUI::RichTextLabel; -RichTextLabel::RichTextLabel(TQWidget* tqparent) : TQTextEdit(tqparent) { +RichTextLabel::RichTextLabel(TQWidget* parent) : TQTextEdit(parent) { init(); } -RichTextLabel::RichTextLabel(const TQString& text, TQWidget* tqparent) : TQTextEdit(text, TQString(), tqparent) { +RichTextLabel::RichTextLabel(const TQString& text, TQWidget* parent) : TQTextEdit(text, TQString(), parent) { init(); } |
