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 | 01ece12e85eb75768b751d86a61de685aea92a6a (patch) | |
tree | 05bd0e1744150cb262a06bb319006b10db9e9bfe /src/resultlistview.cpp | |
parent | 551fb6d0d8c5d2ed90363a1017816d252b03d9bd (diff) | |
download | abakus-01ece12e85eb75768b751d86a61de685aea92a6a.tar.gz abakus-01ece12e85eb75768b751d86a61de685aea92a6a.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/abakus@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/resultlistview.cpp')
-rw-r--r-- | src/resultlistview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resultlistview.cpp b/src/resultlistview.cpp index 031f61c..7ad48c7 100644 --- a/src/resultlistview.cpp +++ b/src/resultlistview.cpp @@ -34,8 +34,8 @@ using DragSupport::makePixmap; using namespace ResultList; -ResultListView::ResultListView(TQWidget *tqparent, const char *name) : - KListView(tqparent, name), m_itemRightClicked(0) +ResultListView::ResultListView(TQWidget *parent, const char *name) : + KListView(parent, name), m_itemRightClicked(0) { connect(this, TQT_SIGNAL(doubleClicked(TQListViewItem *, const TQPoint &, int)), TQT_SLOT(slotDoubleClicked(TQListViewItem *, const TQPoint &, int))); |