diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-05 10:40:13 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-05 10:40:13 +0100 |
commit | f2a846d56cea2f33e85e52f9c99a3c73c2195feb (patch) | |
tree | c285492a0c552f7d52320aad368868f21e6dc189 /src/main.cpp | |
parent | Merge commit 'refs/merge-requests/1986' of git://gitorious.org/rekonq/mainlin... (diff) | |
parent | Trivial MainView Test (diff) | |
download | rekonq-f2a846d56cea2f33e85e52f9c99a3c73c2195feb.tar.xz |
Merge branch 'AutoTests'
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, |