kitchensync Library API Documentation

addressbookbase.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 00009 #include <kfiledialog.h> 00010 #include <kurl.h> 00011 #include <kglobal.h> 00012 #include <kstandarddirs.h> 00013 #include <kurlrequester.h> 00014 00015 void AddressBookConfigBase::slotBrowse() 00016 { 00017 // lnePath->setText( KFileDialog::getOpenURL().prettyURL() ); 00018 } 00019 00020 void AddressBookConfigBase::slotDefault() 00021 { 00022 urlReq->setURL( "default" ); 00023 } 00024 00025 void AddressBookConfigBase::slotEvolution( bool ) 00026 { 00027 00028 }
KDE Logo
This file is part of the documentation for kitchensync Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Oct 21 19:46:32 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003