ksquares
scoresdialog.h
Go to the documentation of this file.00001 /*************************************************************************** 00002 * Copyright (C) 2006 by Matthew Williams <matt@milliams.com> * 00003 * * 00004 * This program is free software; you can redistribute it and/or modify * 00005 * it under the terms of the GNU General Public License as published by * 00006 * the Free Software Foundation; either version 2 of the License, or * 00007 * (at your option) any later version. * 00008 ***************************************************************************/ 00009 00010 #ifndef SCORESDIALOG_H 00011 #define SCORESDIALOG_H 00012 00013 #include "ui_scoreswidget.h" 00014 00015 #include <kdialog.h> 00016 00017 class ScoresDialog : public KDialog, public Ui::ScoresWidget 00018 { 00019 public: 00020 explicit ScoresDialog(QWidget* parent = 0) : KDialog(parent) {setupUi(mainWidget());} 00021 }; 00022 00023 #endif // SCORESDIALOG_H
KDE 4.0 API Reference