tizen 2.3.1 release
[framework/uifw/ise-engine-tables.git] / skim / setupui / scimtablesettingplugin.h
1 /***************************************************************************
2  *   Copyright (C) 2003-2005 by liuspider                                  *
3  *   liuspider@users.sourceforge.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 SCIMTABLESETTINGPLUGIN_H
11 #define SCIMTABLESETTINGPLUGIN_H
12
13 #include "utils/kautocmodule.h"
14
15 class ScimTableSettingPlugin : public KAutoCModule
16 {
17 Q_OBJECT
18 public:
19     ScimTableSettingPlugin(QWidget *parent, 
20   const char */*name*/, const QStringList &args);
21     virtual ~ScimTableSettingPlugin();
22 //     virtual void save();
23 //     virtual void defaults();
24 //     virtual void load();
25 private:
26     class ScimTableSettingPluginPrivate;
27     ScimTableSettingPluginPrivate * d;
28 };
29
30 #endif