From 31f24d21cd23bb7e4033e7ffa000e6c979133ce7 Mon Sep 17 00:00:00 2001 From: zautrix Date: Wed, 23 Feb 2005 18:47:45 +0000 Subject: many focus fixes --- (limited to 'korganizer/calendarview.h') diff --git a/korganizer/calendarview.h b/korganizer/calendarview.h index e626ea3..664d700 100644 --- a/korganizer/calendarview.h +++ b/korganizer/calendarview.h @@ -456,6 +456,8 @@ class CalendarView : public KOrg::CalendarViewBase, public KCal::Calendar::Obser void showDay( QDate ); void undo_delete(); protected slots: + void resetFocus(); + void slotViewerClosed(); void timerAlarm(); void suspendAlarm(); void beamDone( Ir *ir ); @@ -495,6 +497,7 @@ class CalendarView : public KOrg::CalendarViewBase, public KCal::Calendar::Obser Todo *selectedTodo(); private: + bool mViewerCallerIsSearchDialog; bool mBlockShowDates; KSyncManager* mSyncManager; AlarmDialog * mAlarmDialog; -- cgit v0.9.0.2