summaryrefslogblamecommitdiffstats
path: root/src/fbgui.h
blob: f72db44d047761972e54343bb2a0ccbdaaa72f05 (plain) (tree)
1
2
3
4
5
6
7
8
9


               
                 
                      
 
                                           
 
                                



                
                                    
 

                       


                 
#ifndef FBGUI_H
#define FBGUI_H

#include <QtCore>
#include "fbbrowser.h"

#define DEFAULT_URL "http://www.google.com"

class fbgui : public QMainWindow
{
	Q_OBJECT

public:
	fbgui(QApplication *parent);

signals:
	void quitApp();
};

#endif // FBGUI_H