diff options
| author | Jonathan Bauer | 2011-03-06 18:24:31 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-03-06 18:24:31 +0100 |
| commit | 728285e39d857961046a9d9fd59f32ac90f0e078 (patch) | |
| tree | 3c3d7bbd7aa49d7ce34c6e6f821ae377a7dfc3d7 | |
| parent | URL loading from cmdline or config file or default, depending where an URL ca... (diff) | |
| download | fbgui-728285e39d857961046a9d9fd59f32ac90f0e078.tar.gz fbgui-728285e39d857961046a9d9fd59f32ac90f0e078.tar.xz fbgui-728285e39d857961046a9d9fd59f32ac90f0e078.zip | |
DEFAULT_URL, forgot to change it before last commit..
| -rw-r--r-- | src/fbgui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fbgui.h b/src/fbgui.h index 8a62a32..d33a7db 100644 --- a/src/fbgui.h +++ b/src/fbgui.h @@ -4,7 +4,7 @@ #include <QtCore> #include "fbbrowser.h" -#define DEFAULT_URL "http://132.230.4.3/webkitTest.html" +#define DEFAULT_URL "http://www.google.com" class fbgui : public QObject { |
