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 | a73f7ded1a7eb50e188d42bc8697bb9ce1d4294c (patch) | |
tree | e3d42853799e25b10c3622885f11972415a84cbe /kdpkg-install/console.h | |
parent | 6bb0f6dafc28bba6a75f17f947f7fef051a87c5a (diff) | |
download | kdpkg-a73f7ded1a7eb50e188d42bc8697bb9ce1d4294c.tar.gz kdpkg-a73f7ded1a7eb50e188d42bc8697bb9ce1d4294c.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdpkg@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdpkg-install/console.h')
-rw-r--r-- | kdpkg-install/console.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdpkg-install/console.h b/kdpkg-install/console.h index 5e54f17..fa3e8a4 100644 --- a/kdpkg-install/console.h +++ b/kdpkg-install/console.h @@ -35,7 +35,7 @@ class console : public Widget TQ_OBJECT public: - console(TQWidget *tqparent = 0L, const TQStrList &run = TQStrList(), const char *name = 0L, const TQStringList &foo = TQStringList()); + console(TQWidget *parent = 0L, const TQStrList &run = TQStrList(), const char *name = 0L, const TQStringList &foo = TQStringList()); // console ExtTerminalInterface *terminal() { |