mailtransport
transportconfigdialog.h
00001 /* 00002 Copyright (c) 2006 - 2007 Volker Krause <vkrause@kde.org> 00003 Copyright (c) 2009 Constantin Berzan <exit3219@gmail.com> 00004 00005 Based on KMail code by: 00006 Copyright (c) 2001-2002 Michael Haeckel <haeckel@kde.org> 00007 00008 This library is free software; you can redistribute it and/or modify it 00009 under the terms of the GNU Library General Public License as published by 00010 the Free Software Foundation; either version 2 of the License, or (at your 00011 option) any later version. 00012 00013 This library is distributed in the hope that it will be useful, but WITHOUT 00014 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 00015 FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public 00016 License for more details. 00017 00018 You should have received a copy of the GNU Library General Public License 00019 along with this library; see the file COPYING.LIB. If not, write to the 00020 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 00021 02110-1301, USA. 00022 */ 00023 00024 #ifndef MAILTRANSPORT_TRANSPORTCONFIGDIALOG_H 00025 #define MAILTRANSPORT_TRANSPORTCONFIGDIALOG_H 00026 00027 #include <mailtransport/mailtransport_export.h> 00028 00029 #include <KDE/KDialog> 00030 00031 namespace MailTransport { 00032 00033 class Transport; 00034 00040 class MAILTRANSPORT_EXPORT_DEPRECATED TransportConfigDialog : public KDialog 00041 { 00042 Q_OBJECT 00043 00044 public: 00060 explicit TransportConfigDialog( Transport *transport, QWidget *parent = 0 ); 00061 00065 virtual ~TransportConfigDialog(); 00066 00067 private: 00068 //@cond PRIVATE 00069 class Private; 00070 Private *const d; 00071 00072 Q_PRIVATE_SLOT( d, void okClicked() ) 00073 //@endcond 00074 }; 00075 00076 } // namespace MailTransport 00077 00078 #endif // MAILTRANSPORT_TRANSPORTCONFIGDIALOG_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon May 14 2012 04:49:32 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon May 14 2012 04:49:32 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.