parley
authortitlepage.h
Go to the documentation of this file.00001 /*************************************************************************** 00002 00003 kvtnewdocumentwizardlanguagepage 00004 00005 ----------------------------------------------------------------------- 00006 00007 copyright : (C) 2007 Frederik Gladhorn <frederik.gladhorn@kdemail.net> 00008 00009 ----------------------------------------------------------------------- 00010 00011 ***************************************************************************/ 00012 00013 /*************************************************************************** 00014 * * 00015 * This program is free software; you can redistribute it and/or modify * 00016 * it under the terms of the GNU General Public License as published by * 00017 * the Free Software Foundation; either version 2 of the License, or * 00018 * (at your option) any later version. * 00019 * * 00020 ***************************************************************************/ 00021 00022 #ifndef AUTHORTITLEPAGE_H 00023 #define AUTHORTITLEPAGE_H 00024 00025 #include "ui_TitlePageForm.h" 00026 00027 #include <QWizardPage> 00028 00033 class AuthorTitlePage : public QWizardPage, public Ui::TitlePageForm 00034 { 00035 Q_OBJECT 00036 public: 00037 AuthorTitlePage(QWizard *parent); 00038 ~AuthorTitlePage(); 00039 00040 }; 00041 00042 #endif
KDE 4.2 API Reference