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/install.cpp | |
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/install.cpp')
-rw-r--r-- | kdpkg-install/install.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdpkg-install/install.cpp b/kdpkg-install/install.cpp index 1c738ec..c766aaa 100644 --- a/kdpkg-install/install.cpp +++ b/kdpkg-install/install.cpp @@ -43,8 +43,8 @@ using namespace std; -install::install( const TQString &url, TQWidget *tqparent, const char *name, const TQStringList &) -:InstallDialog(tqparent, name) +install::install( const TQString &url, TQWidget *parent, const char *name, const TQStringList &) +:InstallDialog(parent, name) { if( !url ) |