kmail Library API Documentation

configuredialog.h

00001 /* -*- c++ -*- 00002 * kmail: KDE mail client 00003 * This file: Copyright (C) 2000 Espen Sand, espen@kde.org 00004 * Copyright (C) 2001-2002 Marc Mutz <mutz@kde.org> 00005 * 00006 * This program is free software; you can redistribute it and/or modify 00007 * it under the terms of the GNU General Public License as published by 00008 * the Free Software Foundation; either version 2 of the License, or 00009 * (at your option) any later version. 00010 * 00011 * This program is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00014 * GNU General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU General Public License 00017 * along with this program; if not, write to the Free Software 00018 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00019 * 00020 */ 00021 00022 #ifndef _CONFIGURE_DIALOG_H_ 00023 #define _CONFIGURE_DIALOG_H_ 00024 00025 #include <qguardedptr.h> 00026 #include <kcmultidialog.h> 00027 00028 class KConfig; 00029 class ProfileDialog; 00030 00031 class ConfigureDialog : public KCMultiDialog 00032 { 00033 Q_OBJECT 00034 00035 public: 00036 ConfigureDialog( QWidget *parent=0, const char *name=0, bool modal=true ); 00037 ~ConfigureDialog(); 00038 00039 signals: 00047 void installProfile( KConfig *profile ); 00048 protected: 00049 void hideEvent( QHideEvent *i ); 00050 protected slots: 00054 void slotApply(); 00055 00059 void slotOk(); 00060 00064 void slotUser2(); 00065 00066 private: 00067 QGuardedPtr<ProfileDialog> mProfileDialog; 00068 }; 00069 00070 #endif
KDE Logo
This file is part of the documentation for kmail Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Aug 27 12:52:15 2004 by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2003