summaryrefslogtreecommitdiffstats
path: root/src/fbgui.h
blob: 281acd6ed7e79c92638f9880c33a5ebafc106b98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef FBGUI_H
#define FBGUI_H

#include <QtGui>
#include <QUrl>

 
//QT_BEGIN_NAMESPACE
//QT_END_NAMESPACE

class fbgui : public QMainWindow
{
	Q_OBJECT

public:
	fbgui();
	~fbgui();
	void printUsage();
};

#endif // FBGUI_H