diff options
Diffstat (limited to 'tdecmshell')
-rw-r--r-- | tdecmshell/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecmshell/main.cpp b/tdecmshell/main.cpp index b62c9df23..df39d7810 100644 --- a/tdecmshell/main.cpp +++ b/tdecmshell/main.cpp @@ -196,7 +196,7 @@ static void setIcon(TQWidget *w, const TQString &iconName) #endif } -extern "C" KDE_EXPORT int kdemain(int _argc, char *_argv[]) +extern "C" TDE_EXPORT int kdemain(int _argc, char *_argv[]) { TDEAboutData aboutData( "tdecmshell", I18N_NOOP("TDE Control Module"), 0, |