summaryrefslogtreecommitdiffstats
path: root/kcontrol/kfontinst
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:48:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:48:59 -0600
commit371e91c48d010efedcc490858f04b8d75e91a82d (patch)
tree722c82764ee74ef74a48e3ceea5740b3a008b15b /kcontrol/kfontinst
parent9fad243fd6c7e0d838d518cf283a0ec1ccbda1a6 (diff)
downloadtdebase-371e91c48d010efedcc490858f04b8d75e91a82d.tar.gz
tdebase-371e91c48d010efedcc490858f04b8d75e91a82d.zip
Additional renaming of kde to tde
Diffstat (limited to 'kcontrol/kfontinst')
-rw-r--r--kcontrol/kfontinst/kio/Makefile.am2
-rw-r--r--kcontrol/kfontinst/lib/FcEngine.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/kfontinst/kio/Makefile.am b/kcontrol/kfontinst/kio/Makefile.am
index a2643d8b2..ca22d13bd 100644
--- a/kcontrol/kfontinst/kio/Makefile.am
+++ b/kcontrol/kfontinst/kio/Makefile.am
@@ -6,7 +6,7 @@ kio_fonts_la_LIBADD = ../../fonts/libkxftconfig.la $(LIBFONTCONFIG_LIBS) $(LIBFR
kio_fonts_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) $(KDE_RPATH) $(LIBFONTCONFIG_RPATH) $(LIBFREETYPE_RPATH) -module -avoid-version -no-undefined
AM_CPPFLAGS= -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(all_includes) $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS) -D_LARGEFILE64_SOURCE
-# The kxftconfig stuf really belongs to kdebase/kcontrol/fonts - here only so that can distribute this as an archive.
+# The kxftconfig stuf really belongs to tdebase/kcontrol/fonts - here only so that can distribute this as an archive.
noinst_HEADERS = \
KioFonts.h
diff --git a/kcontrol/kfontinst/lib/FcEngine.h b/kcontrol/kfontinst/lib/FcEngine.h
index 5c85b1a13..535baa6e1 100644
--- a/kcontrol/kfontinst/lib/FcEngine.h
+++ b/kcontrol/kfontinst/lib/FcEngine.h
@@ -9,7 +9,7 @@
#include <tqvaluevector.h>
#include <tqfont.h>
#include <kurl.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <fontconfig/fontconfig.h>
#if (FC_VERSION<20200)