diff options
| author | Luboš Luňák <[email protected]> | 2010-03-16 12:30:46 +0000 |
|---|---|---|
| committer | Luboš Luňák <[email protected]> | 2010-03-16 12:30:46 +0000 |
| commit | 4bb1ba92179c72a761bebb978635f2fcf8b4c118 (patch) | |
| tree | 3e028aa2c828e49ba61eb8d5f0063e17ff6957a4 /src/main.cpp | |
| parent | 7eeb8dba6aeba09aa3dfa7fa5f0b00840d4d8317 (diff) | |
welcome to the world of kdeinit applications
svn path=/trunk/KDE/kdebase/apps/; revision=1103978
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"), |
