summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-03-24 17:43:34 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-03-24 17:43:34 +0100
commit1132e1a3b95726f0e2da5c361524eff6c59df1ee (patch)
tree731dfe0b96dbfd77c85ce139d99d448f9ad148d7 /src/main.cpp
parentSome fixes on font dim. Updating data still doesn't work.. (diff)
downloadrekonq-1132e1a3b95726f0e2da5c361524eff6c59df1ee.tar.xz
Fixed notFound.html page
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 110188e4..71f5792d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -18,18 +18,20 @@
* ============================================================ */
-
#include "application.h"
#include <KAboutData>
#include <KCmdLineArgs>
#include <KDebug>
+
static const char description[] =
I18N_NOOP("KDE Browser Webkit Based");
+
static const char version[] = "0.0.5";
+
int main(int argc, char **argv)
{
KAboutData about( "rekonq",