diff options
Diffstat (limited to 'libkcal/scheduler.cpp')
-rw-r--r-- | libkcal/scheduler.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libkcal/scheduler.cpp b/libkcal/scheduler.cpp index 481a33a6a..e4f03a01a 100644 --- a/libkcal/scheduler.cpp +++ b/libkcal/scheduler.cpp @@ -330,13 +330,13 @@ bool Scheduler::acceptRequest( IncidenceBase *incidence, return false; } - // FIXME: This is a nasty hack, since we need to set a tqparent for the + // FIXME: This is a nasty hack, since we need to set a parent for the // resource selection dialog. However, we don't have any UI methods // in the calendar, only in the CalendarResources::DestinationPolicy // So we need to type-cast it and extract it from the CalendarResources - TQWidget *tmptqparent = 0; + TQWidget *tmpparent = 0; if ( stdcal ) { - tmptqparent = stdcal->dialogParentWidget(); + tmpparent = stdcal->dialogParentWidget(); stdcal->setDialogParentWidget( 0 ); } |