removed clock pref widget. clock prefs are definitively part of the lua theme.
[kboard.git] / src / pref_movelist.h
blob2e73026ac08aa96b5df8d565ce6287f99695d9c2
1 /*
2 Copyright (c) 2006 Paolo Capriotti <p.capriotti@sns.it>
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(QWidget *parent = 0);
26 ~PrefMoveList();
28 public slots:
29 void apply();
32 #endif //PREFERENCES__MOVELIST_H