#ifndef FBGUI_H #define FBGUI_H #include #include #include #define DEFAULT_URL "http://www.google.com" extern QString binPath; extern QString downloadPath; extern QUrl baseURL; extern bool debug; class fbgui : public QMainWindow { Q_OBJECT public: fbgui(); private: void checkHost() const; }; #endif // FBGUI_H