summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-11-02 17:22:37 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-11-02 17:22:37 +0100
commit07665d5cacd70a871794fe3ec5dbcfc234b7cbf9 (patch)
treeefb64f872a54873bef9831e2d8b8a9cd1dd82059 /src/main.cpp
parentsource fixes (diff)
downloadrekonq-07665d5cacd70a871794fe3ec5dbcfc234b7cbf9.tar.xz
Compiling rekonq as a kdeinit executable
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index c874debd..c0e4b70d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -41,7 +41,7 @@ static const char description[] =
I18N_NOOP("A lightweight Web Browser for KDE based on WebKit");
-int main(int argc, char **argv)
+extern "C" KDE_EXPORT int kdemain( int argc, char **argv )
{
KAboutData about("rekonq",
0,