diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 3418c333f..290ca18ab 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -28,7 +28,8 @@ #include <kmainwindow.h> #include <kdebug.h> -int main(int argc, char **argv) +extern "C" +KDE_EXPORT int kdemain(int argc, char **argv) { KAboutData about("dolphin", 0, ki18nc("@title", "Dolphin"), |
