summaryrefslogtreecommitdiffstats
path: root/kdesktop
diff options
context:
space:
mode:
Diffstat (limited to 'kdesktop')
-rw-r--r--kdesktop/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesktop/main.cpp b/kdesktop/main.cpp
index 7435acd62..5a04c9bed 100644
--- a/kdesktop/main.cpp
+++ b/kdesktop/main.cpp
@@ -105,7 +105,7 @@ void KDesktop::slotUpAndRunning()
TDECrash::setEmergencySaveFunction(crashHandler); // Try to restart on crash
}
-extern "C" KDE_EXPORT int kdemain( int argc, char **argv )
+extern "C" TDE_EXPORT int kdemain( int argc, char **argv )
{
//setup signal handling
signal(SIGTERM, signalHandler);