summaryrefslogtreecommitdiffstats
path: root/tdeioslave/home
diff options
context:
space:
mode:
Diffstat (limited to 'tdeioslave/home')
-rw-r--r--tdeioslave/home/kdedmodule/homedirnotifymodule.cpp2
-rw-r--r--tdeioslave/home/tdeio_home.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/home/kdedmodule/homedirnotifymodule.cpp b/tdeioslave/home/kdedmodule/homedirnotifymodule.cpp
index ac4e79f66..cc2dea334 100644
--- a/tdeioslave/home/kdedmodule/homedirnotifymodule.cpp
+++ b/tdeioslave/home/kdedmodule/homedirnotifymodule.cpp
@@ -28,7 +28,7 @@ HomeDirNotifyModule::HomeDirNotifyModule(const TQCString &obj)
}
extern "C" {
- KDE_EXPORT KDEDModule *create_homedirnotify(const TQCString &obj)
+ TDE_EXPORT KDEDModule *create_homedirnotify(const TQCString &obj)
{
TDEGlobal::locale()->insertCatalogue("tdeio_home");
return new HomeDirNotifyModule(obj);
diff --git a/tdeioslave/home/tdeio_home.cpp b/tdeioslave/home/tdeio_home.cpp
index c4db91128..352fadc8e 100644
--- a/tdeioslave/home/tdeio_home.cpp
+++ b/tdeioslave/home/tdeio_home.cpp
@@ -38,7 +38,7 @@ static const TDECmdLineOptions options[] =
};
extern "C" {
- int KDE_EXPORT kdemain( int argc, char **argv )
+ int TDE_EXPORT kdemain( int argc, char **argv )
{
// TDEApplication is necessary to use other ioslaves
putenv(strdup("SESSION_MANAGER="));