From 0618fbee69bfde7f7f3c4a54b5cc45dac446abd3 Mon Sep 17 00:00:00 2001 From: zautrix Date: Wed, 05 Jan 2005 23:13:10 +0000 Subject: added wnv printing --- (limited to 'korganizer/koviewmanager.cpp') diff --git a/korganizer/koviewmanager.cpp b/korganizer/koviewmanager.cpp index b2dd266..cf56fcf 100644 --- a/korganizer/koviewmanager.cpp +++ b/korganizer/koviewmanager.cpp @@ -238,6 +238,8 @@ void KOViewManager::showWhatsNextView() mWhatsNextView->setEventViewer( mMainView->getEventViewerDialog()); connect(mMainView, SIGNAL(configChanged()), mWhatsNextView, SLOT(updateConfig())); addView(mWhatsNextView); + connect(this, SIGNAL( printWNV() ), + mWhatsNextView, SLOT( printMe() ) ); } globalFlagBlockAgenda = 1; showView(mWhatsNextView, true ); -- cgit v0.9.0.2