summaryrefslogtreecommitdiff
path: root/noncore/styles/theme/themeset.h
blob: c337cfa68aee5e393152921c7d6af29aca40a155 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef __OPIE_THEME_SETTINGS_H__
#define __OPIE_THEME_SETTINGS_H__

#include <qdialog.h>

class QListView;

class ThemeSettings : public QWidget {
	Q_OBJECT
	
public:
	ThemeSettings ( QWidget *parent = 0, const char *name = 0, WFlags fl = 0 );

public:
	virtual bool writeConfig ( );
	
private:
	QListView *m_list;
};
#endif