summaryrefslogtreecommitdiffstats
path: root/korganizer/koagendaview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/koagendaview.cpp')
-rw-r--r--korganizer/koagendaview.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/korganizer/koagendaview.cpp b/korganizer/koagendaview.cpp
index ef884b84..ba565a8d 100644
--- a/korganizer/koagendaview.cpp
+++ b/korganizer/koagendaview.cpp
@@ -76,8 +76,8 @@
using namespace KOrg;
-EventIndicator::EventIndicator(Location loc,TQWidget *tqparent,const char *name)
- : TQFrame(tqparent,name)
+EventIndicator::EventIndicator(Location loc,TQWidget *parent,const char *name)
+ : TQFrame(parent,name)
{
mColumns = 1;
mEnabled.resize( mColumns );
@@ -133,8 +133,8 @@ void EventIndicator::enableColumn(int column, bool enable)
KOAlternateLabel::KOAlternateLabel(const TQString &shortlabel, const TQString &longlabel,
- const TQString &extensivelabel, TQWidget *tqparent, const char *name )
- : TQLabel(tqparent, name), mTextTypeFixed(false), mShortText(shortlabel),
+ const TQString &extensivelabel, TQWidget *parent, const char *name )
+ : TQLabel(parent, name), mTextTypeFixed(false), mShortText(shortlabel),
mLongText(longlabel), mExtensiveText(extensivelabel)
{
tqsetSizePolicy(TQSizePolicy( TQSizePolicy::Expanding, TQSizePolicy::Fixed ));
@@ -248,10 +248,10 @@ TQSize KOAlternateLabel::tqminimumSizeHint() const
KOAgendaView::KOAgendaView( Calendar *cal,
CalendarView *calendarView,
- TQWidget *tqparent,
+ TQWidget *parent,
const char *name,
bool isSideBySide ) :
- KOrg::AgendaView (cal, tqparent,name), mExpandButton( 0 ),
+ KOrg::AgendaView (cal, parent,name), mExpandButton( 0 ),
mAllowAgendaUpdate( true ),
mUpdateItem( 0 ),
mIsSideBySide( isSideBySide ),
@@ -1639,7 +1639,7 @@ void KOAgendaView::setHolidayMasks()
}
// Store the information about the day before the visible area (needed for
- // overnight working hours) in the last bit of the tqmask:
+ // overnight working hours) in the last bit of the mask:
bool showDay = !KOGlobals::self()->isWorkDay( mSelectedDates[ 0 ].addDays( -1 ) );
mHolidayMask[ mSelectedDates.count() ] = showDay;