Removed FacebookLoginBrowser class, replaced with QWebView.
[situare] / src / ui / facebookloginbrowser.h
diff --git a/src/ui/facebookloginbrowser.h b/src/ui/facebookloginbrowser.h
deleted file mode 100644 (file)
index 3b5ca45..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
-    Situare - A location system for Facebook
-    Copyright (C) 2010  Ixonos Plc. Authors:
-
-        Sami Rämö - sami.ramo@ixonos.com
-
-    Situare is free software; you can redistribute it and/or
-    modify it under the terms of the GNU General Public License
-    version 2 as published by the Free Software Foundation.
-
-    Situare is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with Situare; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301,
-    USA.
-*/
-
-
-#ifndef FACEBOOKLOGINBROWSER_H
-#define FACEBOOKLOGINBROWSER_H
-
-#include <QWebView>
-
-class FacebookLoginBrowser : public QWebView
-{
-    Q_OBJECT
-public:
-    explicit FacebookLoginBrowser(QWidget *parent = 0);
-
-};
-
-#endif // FACEBOOKLOGINBROWSER_H