OSDN Git Service

Move the directories
[kita/kita.git] / src / prefs / loginprefpage.h
diff --git a/src/prefs/loginprefpage.h b/src/prefs/loginprefpage.h
new file mode 100644 (file)
index 0000000..23713d8
--- /dev/null
@@ -0,0 +1,30 @@
+/***************************************************************************
+*   Copyright (C) 2003 by Hideki Ikemoto                                  *
+*   ikemo@users.sourceforge.jp                                            *
+*                                                                         *
+*   This program is free software; you can redistribute it and/or modify  *
+*   it under the terms of the GNU General Public License as published by  *
+*   the Free Software Foundation; either version 2 of the License, or     *
+*   (at your option) any later version.                                   *
+***************************************************************************/
+
+#ifndef KITALOGINPREFPAGE_H
+#define KITALOGINPREFPAGE_H
+
+#include "abstractprefpage.h"
+#include "ui_loginprefbase.h"
+
+namespace Kita
+{
+    class LoginPrefPage : public AbstractPrefPage, public Ui::LoginPrefBase
+    {
+        Q_OBJECT
+    public:
+        LoginPrefPage(QWidget* parent = 0);
+        virtual void apply();
+        virtual void load();
+        virtual void reset();
+    };
+}
+
+#endif // KITALOGINPREFPAGE_H