diff options
Diffstat (limited to 'kcontrol/kfontinst')
-rw-r--r-- | kcontrol/kfontinst/kio/Makefile.am | 2 | ||||
-rw-r--r-- | kcontrol/kfontinst/lib/FcEngine.h | 2 |
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) |