SVN_SILENT made messages (.desktop file)
[kdegames.git] / ksirk / ksirkskineditor / ksirkgoaldefinition.h
blobe8832ec5db2f9e485c0f50b296bb756e11beeef9
1 /* This file is part of KsirK.
2 Copyright (C) 2008 Gael de Chalendar <kleag@free.fr>
4 KsirK is free software; you can redistribute it and/or
5 modify it under the terms of the GNU General Public
6 License as published by the Free Software Foundation, version 2.
8 This program is distributed in the hope that it will be useful,
9 but WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 General Public License for more details.
13 You should have received a copy of the GNU General Public License
14 along with this program; if not, write to the Free Software
15 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16 02110-1301, USA
19 #ifndef KSIRKGOALDEFINITION_H
20 #define KSIRKGOALDEFINITION_H
22 #include "ui_ksirkgoaldefinition.h"
24 #include <QDockWidget>
26 class KsirkGoalDefinitionWidget : public QDockWidget, public Ui::KsirkGoalDefinition
28 public:
29 KsirkGoalDefinitionWidget(QWidget* parent) : QDockWidget(parent)
31 setupUi(this);
35 #endif