merge with master
[platform/core/uifw/ise-engine-hangul.git] / skim / setupui / scimhangulsettingloader.h
1 /***************************************************************************
2  *   Copyright (C) 2003-2005 by liuspider                                          *
3  *   sharecash@163.net                                                     *
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 SCIMHANGULSETTINGLOADER_H
11 #define SCIMHANGULSETTINGLOADER_H
12
13 #include "utils/kautocmodule.h"
14 /**
15 @author spider
16 */
17 class ScimHangulSettingLoader : public KAutoCModule
18 {
19 Q_OBJECT
20 public:
21     ScimHangulSettingLoader(QWidget *parent, 
22   const char */*name*/, const QStringList &args);
23     ~ScimHangulSettingLoader();
24
25 private:
26     class ScimHangulSettingLoaderPrivate;
27     ScimHangulSettingLoaderPrivate * d;
28 };
29
30 #endif