summaryrefslogtreecommitdiffstats
path: root/kmymoney2/widgets/sortoptionlistitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/widgets/sortoptionlistitem.h')
-rw-r--r--kmymoney2/widgets/sortoptionlistitem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmymoney2/widgets/sortoptionlistitem.h b/kmymoney2/widgets/sortoptionlistitem.h
index 84504c0..9276b16 100644
--- a/kmymoney2/widgets/sortoptionlistitem.h
+++ b/kmymoney2/widgets/sortoptionlistitem.h
@@ -349,7 +349,7 @@ static const char * sortDescendingXpm[] = {
class SortOptionListItem : public KListViewItem
{
public:
- SortOptionListItem(TQListView* tqparent, TQListViewItem* after, const TQString& txt, int direction);
+ SortOptionListItem(TQListView* parent, TQListViewItem* after, const TQString& txt, int direction);
int direction(void) const;
public slots:
@@ -362,8 +362,8 @@ private:
int m_direction;
};
-SortOptionListItem::SortOptionListItem(TQListView* tqparent, TQListViewItem* after, const TQString& txt, int direction) :
- KListViewItem(tqparent, after, txt)
+SortOptionListItem::SortOptionListItem(TQListView* parent, TQListViewItem* after, const TQString& txt, int direction) :
+ KListViewItem(parent, after, txt)
{
m_direction = (direction >= 0) ? 1 : -1;
setPixmap();