diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-02 17:22:37 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-02 17:22:37 +0100 |
commit | 07665d5cacd70a871794fe3ec5dbcfc234b7cbf9 (patch) | |
tree | efb64f872a54873bef9831e2d8b8a9cd1dd82059 /src/main.cpp | |
parent | source fixes (diff) | |
download | rekonq-07665d5cacd70a871794fe3ec5dbcfc234b7cbf9.tar.xz |
Compiling rekonq as a kdeinit executable
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
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, |