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 | 993281b03bb165b620668285531cc2a58083393b (patch) | |
tree | cec760f712cd20594b79fd52621860f461344fd4 /src/kile/kilelogwidget.h | |
parent | e7943f0f55e7680153deace7e00370bb7d6a82c9 (diff) | |
download | kile-993281b03bb165b620668285531cc2a58083393b.tar.gz kile-993281b03bb165b620668285531cc2a58083393b.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kile@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kile/kilelogwidget.h')
-rw-r--r-- | src/kile/kilelogwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kile/kilelogwidget.h b/src/kile/kilelogwidget.h index 4e9f779..ad3fa64 100644 --- a/src/kile/kilelogwidget.h +++ b/src/kile/kilelogwidget.h @@ -32,7 +32,7 @@ namespace KileWidget TQ_OBJECT public: - LogMsg(KileInfo *info, TQWidget *tqparent, const char *name=0); + LogMsg(KileInfo *info, TQWidget *parent, const char *name=0); ~LogMsg(); void setReadOnly(bool r) { TQTextEdit::setReadOnly(r); } //we don't want the greyed background |