diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:37:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:37:26 -0600 |
commit | f925c0732f2d12015baeb5710a47acde87adb051 (patch) | |
tree | 40332ad6f359108a03e2eb1130a7d373b71476e8 /src/common | |
parent | 835a3e1f7c026acf41e4e696073a10952c9dc55a (diff) | |
download | piklab-f925c0732f2d12015baeb5710a47acde87adb051.tar.gz piklab-f925c0732f2d12015baeb5710a47acde87adb051.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/common/Makefile.am | 2 | ||||
-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 |
4 files changed, 8 insertions, 8 deletions
diff --git a/src/common/common/Makefile.am b/src/common/common/Makefile.am index 1a6e344..678798e 100644 --- a/src/common/common/Makefile.am +++ b/src/common/common/Makefile.am @@ -4,6 +4,6 @@ METASOURCES = AUTO noinst_LTLIBRARIES = libcommon.la libcommon_la_SOURCES = bitvalue.cpp group.cpp misc.cpp number.cpp purl_base.cpp \ storage.cpp synchronous.cpp version_data.cpp -libcommon_la_LDFLAGS = $(all_libraries) $(LIB_KDECORE) +libcommon_la_LDFLAGS = $(all_libraries) $(LIB_TDECORE) 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 |