summaryrefslogtreecommitdiffstats
path: root/noatun/modules/voiceprint/prefs.h
blob: 1803fe9bd40d112ae1f15f95e6f8888278ac75fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef PREFS_H
#define PREFS_H

#include <tqwidget.h>
#include <noatun/pref.h>

class KColorButton;

class Prefs : public CModule
{ 
Q_OBJECT
  TQ_OBJECT
public:
	Prefs(TQObject* tqparent);
	virtual void save();
	virtual void reopen();

private:
	KColorButton *mForeground, *mBackground, *mLine;
};

#endif