diff options
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 73854b8..1fcac51 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -41,7 +41,7 @@ static TDECmdLineOptions options[] = extern "C" { - KDE_EXPORT int kdemain (int argc, char *argv[]) + TDE_EXPORT int kdemain (int argc, char *argv[]) { setsid (); |