diff options
Diffstat (limited to 'ksayit')
-rw-r--r-- | ksayit/Doxyfile | 2 | ||||
-rw-r--r-- | ksayit/Freeverb_plugin/kdeexportfix.h | 4 | ||||
-rw-r--r-- | ksayit/KTTSD_Lib/kdeexportfix.h | 4 | ||||
-rw-r--r-- | ksayit/ksayit.kdevelop | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/ksayit/Doxyfile b/ksayit/Doxyfile index 8e2f437..dfaf6a2 100644 --- a/ksayit/Doxyfile +++ b/ksayit/Doxyfile @@ -3,7 +3,7 @@ #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- -PROJECT_NAME = ksayit.kdevelop +PROJECT_NAME = ksayit.tdevelop PROJECT_NUMBER = 0.1 OUTPUT_DIRECTORY = OUTPUT_LANGUAGE = English diff --git a/ksayit/Freeverb_plugin/kdeexportfix.h b/ksayit/Freeverb_plugin/kdeexportfix.h index af01c25..ff5b9be 100644 --- a/ksayit/Freeverb_plugin/kdeexportfix.h +++ b/ksayit/Freeverb_plugin/kdeexportfix.h @@ -1,5 +1,5 @@ /***************************************************** vim:set ts=4 sw=4 sts=4: - kdelibs < 3.3.2 had a bug in the KDE_EXPORT macro. This file fixes this + tdelibs < 3.3.2 had a bug in the KDE_EXPORT macro. This file fixes this by undefining it. ------------------- Copyright : (C) 2005 by Gary Cramblitt <garycramblitt@comcast.net> @@ -15,7 +15,7 @@ * * ***************************************************************************/ -#include <kdeversion.h> +#include <tdeversion.h> #if TDE_VERSION < KDE_MAKE_VERSION (3,3,2) #undef KDE_EXPORT #define KDE_EXPORT diff --git a/ksayit/KTTSD_Lib/kdeexportfix.h b/ksayit/KTTSD_Lib/kdeexportfix.h index af01c25..ff5b9be 100644 --- a/ksayit/KTTSD_Lib/kdeexportfix.h +++ b/ksayit/KTTSD_Lib/kdeexportfix.h @@ -1,5 +1,5 @@ /***************************************************** vim:set ts=4 sw=4 sts=4: - kdelibs < 3.3.2 had a bug in the KDE_EXPORT macro. This file fixes this + tdelibs < 3.3.2 had a bug in the KDE_EXPORT macro. This file fixes this by undefining it. ------------------- Copyright : (C) 2005 by Gary Cramblitt <garycramblitt@comcast.net> @@ -15,7 +15,7 @@ * * ***************************************************************************/ -#include <kdeversion.h> +#include <tdeversion.h> #if TDE_VERSION < KDE_MAKE_VERSION (3,3,2) #undef KDE_EXPORT #define KDE_EXPORT diff --git a/ksayit/ksayit.kdevelop b/ksayit/ksayit.kdevelop index 2d26220..c601438 100644 --- a/ksayit/ksayit.kdevelop +++ b/ksayit/ksayit.kdevelop @@ -1,5 +1,5 @@ <?xml version = '1.0'?> -<kdevelop> +<tdevelop> <general> <author>Robert Vogl</author> <email>voglrobe@web.de</email> @@ -193,4 +193,4 @@ <usermanualurl/> </projectdoc> </kdevdocumentation> -</kdevelop> +</tdevelop> |