diff options
Diffstat (limited to 'src/common/nokde')
-rw-r--r-- | src/common/nokde/nokde_kaboutdata.h | 6 | ||||
-rw-r--r-- | src/common/nokde/nokde_kcmdlineargs.h | 4 | ||||
-rw-r--r-- | src/common/nokde/nokde_klocale.h | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/src/common/nokde/nokde_kaboutdata.h b/src/common/nokde/nokde_kaboutdata.h index 01a8e74..1331836 100644 --- a/src/common/nokde/nokde_kaboutdata.h +++ b/src/common/nokde/nokde_kaboutdata.h @@ -59,7 +59,7 @@ class KAboutDataPrivate; * "joe.user@host.org", 0); * KCmdLineArgs::init(argc, argv, &about); */ -class KDECORE_EXPORT KAboutPerson +class TDECORE_EXPORT KAboutPerson { public: /** @@ -139,7 +139,7 @@ class KAboutTranslatorPrivate; * translator information is generated dynamically from the translation * of a dummy string. */ -class KDECORE_EXPORT KAboutTranslator +class TDECORE_EXPORT KAboutTranslator { public: /** @@ -187,7 +187,7 @@ private: * classes. * @author Espen Sand (espen@kde.org), David Faure (faure@kde.org) */ -class KDECORE_EXPORT KAboutData +class TDECORE_EXPORT KAboutData { public: /** diff --git a/src/common/nokde/nokde_kcmdlineargs.h b/src/common/nokde/nokde_kcmdlineargs.h index 8808d94..28d7d40 100644 --- a/src/common/nokde/nokde_kcmdlineargs.h +++ b/src/common/nokde/nokde_kcmdlineargs.h @@ -48,7 +48,7 @@ typedef TQValueList<TQCString> QCStringList; * * @see KCmdLineArgs for additional usage information */ -struct KDECORE_EXPORT KCmdLineOptions +struct TDECORE_EXPORT KCmdLineOptions { /** * The name of the argument as it should be called on the command line and @@ -230,7 +230,7 @@ class KCmdLineArgsPrivate; * @author Waldo Bastian * @version 0.0.4 */ -class KDECORE_EXPORT KCmdLineArgs +class TDECORE_EXPORT KCmdLineArgs { friend class KApplication; friend class KUniqueApplication; diff --git a/src/common/nokde/nokde_klocale.h b/src/common/nokde/nokde_klocale.h index 9a3e361..90b5f47 100644 --- a/src/common/nokde/nokde_klocale.h +++ b/src/common/nokde/nokde_klocale.h @@ -1,8 +1,8 @@ #ifndef NOKDE_KLOCALE_H #define NOKDE_KLOCALE_H -#undef KDECORE_EXPORT -#define KDECORE_EXPORT +#undef TDECORE_EXPORT +#define TDECORE_EXPORT #undef KDE_DEPRECATED #define KDE_DEPRECATED |