summaryrefslogtreecommitdiffstats
path: root/korganizer/kolistview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/kolistview.cpp')
-rw-r--r--korganizer/kolistview.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/kolistview.cpp b/korganizer/kolistview.cpp
index 2bad209b..32ddc327 100644
--- a/korganizer/kolistview.cpp
+++ b/korganizer/kolistview.cpp
@@ -56,10 +56,10 @@ enum {
};
-KOListViewToolTip::KOListViewToolTip( TQWidget* tqparent,
+KOListViewToolTip::KOListViewToolTip( TQWidget* parent,
Calendar *calendar,
KListView *lv )
- :TQToolTip( tqparent ), mCalendar( calendar )
+ :TQToolTip( parent ), mCalendar( calendar )
{
eventlist = lv;
}
@@ -196,10 +196,10 @@ bool KOListView::ListItemVisitor::visit( Journal *j )
}
KOListView::KOListView( Calendar *calendar,
- TQWidget *tqparent,
+ TQWidget *parent,
const char *name,
bool nonInteractive )
- : KOEventView( calendar, tqparent, name )
+ : KOEventView( calendar, parent, name )
{
mActiveItem = 0;
mIsNonInteractive = nonInteractive;