summaryrefslogtreecommitdiffstats
path: root/src/dpkg.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commite605cd2e5b8415aad63587a3541e3ef4e1b36ada (patch)
tree56df42c45f1ce0243accac5959b81ed062250502 /src/dpkg.h
parent294efafa8952ef8c96127f59c5f6afe4682322ad (diff)
downloadtdeio-apt-e605cd2e5b8415aad63587a3541e3ef4e1b36ada.tar.gz
tdeio-apt-e605cd2e5b8415aad63587a3541e3ef4e1b36ada.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kio-apt@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/dpkg.h')
-rw-r--r--src/dpkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dpkg.h b/src/dpkg.h
index cfcb7c9..ccfedf3 100644
--- a/src/dpkg.h
+++ b/src/dpkg.h
@@ -37,7 +37,7 @@ private:
void receiveList(const TQStringList& line);
public:
- Dpkg(TQObject *tqparent = 0, const char *name = 0);
+ Dpkg(TQObject *parent = 0, const char *name = 0);
~Dpkg();
virtual bool list(const TQString& package);