kgpg
detailedconsole.h
Go to the documentation of this file.00001 /*************************************************************************** 00002 detailledconsole.h - description 00003 ------------------- 00004 begin : Mon Jul 8 2002 00005 copyright : (C) 2002 by Jean-Baptiste Mardelle 00006 email : bj@altern.org 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 #ifndef KGPGDETAILEDCONSOLE_H 00019 #define KGPGDETAILEDCONSOLE_H 00020 00021 #include <KDialog> 00022 00023 class KgpgDetailedConsole : public KDialog 00024 { 00025 public: 00026 explicit KgpgDetailedConsole(QWidget *parent = 0, const QString &boxLabel = QString(), const QString &errormessage = QString()); 00027 }; 00028 00029 class KgpgDetailedInfo : public KDialog 00030 { 00031 public: 00032 explicit KgpgDetailedInfo(QWidget *parent = 0, const QString &boxLabel = QString(), const QString &errormessage = QString(), const QStringList &keysList = QStringList()); 00033 }; 00034 00035 #endif // KGPGDETAILEDCONSOLE_H
KDE 4.0 API Reference