summaryrefslogtreecommitdiff
path: root/noncore/net/ubrowser/mainview.h
Unidiff
Diffstat (limited to 'noncore/net/ubrowser/mainview.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/ubrowser/mainview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/net/ubrowser/mainview.h b/noncore/net/ubrowser/mainview.h
index 1a9b0db..20e2c70 100644
--- a/noncore/net/ubrowser/mainview.h
+++ b/noncore/net/ubrowser/mainview.h
@@ -13,12 +13,13 @@ Public License for more details.
13You should have received a copy of the GNU General Public License along with this program; if not, write to the Free 13You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
14Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 14Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15*/ 15*/
16 16
17#include <qpe/resource.h> 17#include <qpe/resource.h>
18#include <qpe/qpetoolbar.h> 18#include <qpe/qpetoolbar.h>
19#include <qpe/applnk.h>
19 20
20#include <qapplication.h> 21#include <qapplication.h>
21#include <qmainwindow.h> 22#include <qmainwindow.h>
22#include <qwidget.h> 23#include <qwidget.h>
23#include <qtextbrowser.h> 24#include <qtextbrowser.h>
24#include <qtoolbutton.h> 25#include <qtoolbutton.h>
@@ -36,12 +37,13 @@ class MainView : public QMainWindow
36 Q_OBJECT 37 Q_OBJECT
37public: 38public:
38 MainView(QWidget *parent=0, const char *name=0); 39 MainView(QWidget *parent=0, const char *name=0);
39public slots: 40public slots:
40 void goClicked(); 41 void goClicked();
41 void textChanged(); 42 void textChanged();
43 void setDocument( const QString& applnk_filename );
42private: 44private:
43 QToolButton *back; 45 QToolButton *back;
44 QToolButton *forward; 46 QToolButton *forward;
45 QToolButton *home; 47 QToolButton *home;
46 QToolButton *go; 48 QToolButton *go;
47 QComboBox *location; 49 QComboBox *location;