kitchensync Library API Documentation

organizerbase.ui.h

00001 /****************************************************************************
00002 ** ui.h extension file, included from the uic-generated form implementation.
00003 **
00004 ** If you wish to add, delete or rename slots use Qt Designer which will
00005 ** update this file, preserving your code. Create an init() slot in place of
00006 ** a constructor, and a destroy() slot in place of a destructor.
00007 *****************************************************************************/
00008 #include <kconfig.h>
00009 #include <kfiledialog.h>
00010 #include <kurl.h>
00011 
00012 #include "organizerbase.h"
00013 
00014 void OrganizerDialogBase::slotDefault()
00015 {
00016 KConfig conf( "korganizerrc" );
00017 conf.setGroup("General" );
00018 urlReq->setURL(conf.readEntry("Active Calendar" ) );
00019 }
00020 
KDE Logo
This file is part of the documentation for kitchensync Library Version 3.3.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu May 3 20:20:51 2007 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003