Prepare 1.0 alpha3 release.
[tagua/yd.git] / src / pref_movelist.h
blob034531c079adf5feee906179a46198428b3d1360
1 /*
2 Copyright (c) 2006 Paolo Capriotti <p.capriotti@gmail.com>
3 (c) 2006 Maurizio Monge <maurizio.monge@kdemail.net>
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version.
9 */
11 #ifndef PREFERENCES__MOVELIST_H
12 #define PREFERENCES__MOVELIST_H
14 #include "ui_pref_movelist.h"
16 namespace MoveList { class Settings; }
18 class PrefMoveList : public QWidget
19 , private Ui::PrefMoveList {
20 Q_OBJECT
22 MoveList::Settings *m_settings;
24 public:
25 PrefMoveList(const QString&, QWidget *parent = 0);
26 ~PrefMoveList();
28 public Q_SLOTS:
29 void apply();
32 #endif //PREFERENCES__MOVELIST_H