From 541878bcf52030d8597d5e79afb6ae1185b2ac2c Mon Sep 17 00:00:00 2001 From: zautrix Date: Fri, 01 Jul 2005 20:33:17 +0000 Subject: fixixixis --- (limited to 'korganizer/koviewmanager.cpp') diff --git a/korganizer/koviewmanager.cpp b/korganizer/koviewmanager.cpp index bd191d8..792a7b8 100644 --- a/korganizer/koviewmanager.cpp +++ b/korganizer/koviewmanager.cpp @@ -455,6 +455,8 @@ void KOViewManager::showListView() mMainView, SLOT ( moveIncidence( Incidence * ) ) ); connect( mListView, SIGNAL( beamIncidenceSignal( Incidence * ) ), mMainView, SLOT ( beamIncidence( Incidence * ) ) ); + connect( mListView, SIGNAL( beamIncidenceList( QPtrList ) ), + mMainView, SLOT ( beamIncidenceList( QPtrList ) ) ); } // bool temp = mFlagShowNextxDays; //globalFlagBlockPainting = true; -- cgit v0.9.0.2