OSDN Git Service

Move the directories
[kita/kita.git] / src / prefs / aboneprefpage.h
1 /***************************************************************************
2 *   Copyright (C) 2003 by Hideki Ikemoto                                  *
3 *   ikemo@wakaba.jp                                                       *
4 *                                                                         *
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 ***************************************************************************/
10 #ifndef KITAABONEPREFPAGE_H
11 #define KITAABONEPREFPAGE_H
12
13 #include "abstractprefpage.h"
14 #include "ui_aboneprefbase.h"
15
16 namespace Kita
17 {
18     /**
19     @author Hideki Ikemoto
20     */
21     class AbonePrefPage : public AbstractPrefPage, public Ui::AbonePrefBase
22     {
23         Q_OBJECT
24     public:
25         AbonePrefPage(QWidget *parent = 0);
26         virtual void apply();
27         virtual void load();
28         virtual void reset();
29     };
30 }
31
32 #endif