summaryrefslogtreecommitdiffstats
path: root/kpilot/todoWidget.cc
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
commit9abdf0551e3660f55791ce3720d5f7035c06aa19 (patch)
tree30466a53042f3fd9ff5d3e4db0dc1120d0d8648b /kpilot/todoWidget.cc
parent539a35866f0bac8f00e493654d4a8ec6863726e2 (diff)
downloadkpilot-9abdf0551e3660f55791ce3720d5f7035c06aa19.tar.gz
kpilot-9abdf0551e3660f55791ce3720d5f7035c06aa19.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpilot@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpilot/todoWidget.cc')
-rw-r--r--kpilot/todoWidget.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/kpilot/todoWidget.cc b/kpilot/todoWidget.cc
index cb09911..a095685 100644
--- a/kpilot/todoWidget.cc
+++ b/kpilot/todoWidget.cc
@@ -49,8 +49,8 @@
-TodoCheckListItem::TodoCheckListItem(TQListView*tqparent, const TQString&text,
- recordid_t pilotid, void*r):PilotCheckListItem(tqparent, text, pilotid, r)
+TodoCheckListItem::TodoCheckListItem(TQListView*parent, const TQString&text,
+ recordid_t pilotid, void*r):PilotCheckListItem(parent, text, pilotid, r)
{
}
@@ -63,9 +63,9 @@ void TodoCheckListItem::stateChange(bool state)
-TodoWidget::TodoWidget(TQWidget * tqparent,
+TodoWidget::TodoWidget(TQWidget * parent,
const TQString & path) :
- PilotComponent(tqparent, "component_todo", path),
+ PilotComponent(parent, "component_todo", path),
fTodoInfo(0L),
fTodoAppInfo(0L),
fTodoDB(0L),