summaryrefslogtreecommitdiffstats
path: root/kmymoney2/widgets/kmymoneypriceview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/widgets/kmymoneypriceview.cpp')
-rw-r--r--kmymoney2/widgets/kmymoneypriceview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/widgets/kmymoneypriceview.cpp b/kmymoney2/widgets/kmymoneypriceview.cpp
index d1b5c85..091e255 100644
--- a/kmymoney2/widgets/kmymoneypriceview.cpp
+++ b/kmymoney2/widgets/kmymoneypriceview.cpp
@@ -118,8 +118,8 @@ int KMyMoneyPriceItem::compare(TQListViewItem* i, int col, bool ascending) const
return rc;
}
-KMyMoneyPriceView::KMyMoneyPriceView(TQWidget *tqparent, const char *name ) :
- KListView(tqparent,name),
+KMyMoneyPriceView::KMyMoneyPriceView(TQWidget *parent, const char *name ) :
+ KListView(parent,name),
m_contextMenu(0),
m_showAll(false)
{