Subversion Repositories public

Rev

Rev 230 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 230 Rev 232
Line 18... Line 18...
18
 ***************************************************************************/
18
 ***************************************************************************/
19
 
19
 
20
#ifndef SETTINGSWIDGET_H
20
#ifndef SETTINGSWIDGET_H
21
#define SETTINGSWIDGET_H
21
#define SETTINGSWIDGET_H
22
 
22
 
-
 
23
#include <QDialog>
23
#include "settingswidgetbase.h"
24
#include "ui_settingswidgetbase.h"
24
 
25
 
25
class settingsWidget : public settingsWidgetBase
26
class settingsWidget : public QDialog, private Ui::settingsWidgetBase
26
{
27
{
27
		Q_OBJECT
28
		Q_OBJECT
28
 
29
 
29
	public:
30
	public:
30
		settingsWidget ( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
31
		settingsWidget ( QWidget* parent = 0, Qt::WFlags fl = 0 );
31
		~settingsWidget();
32
		~settingsWidget();
32
		/*$PUBLIC_FUNCTIONS$*/
33
		/*$PUBLIC_FUNCTIONS$*/
33
 
34
 
34
	public slots:
35
	public slots:
35
		/*$PUBLIC_SLOTS$*/
36
		/*$PUBLIC_SLOTS$*/