From c2f28aadde2e2e12594c4d0b8d334254dc76a712 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 23 Mar 2026 11:59:03 +0900 Subject: Remove use of TDE_VERSION Signed-off-by: Michele Calgaro --- quanta/src/Makefile.am | 6 ++---- quanta/src/kqapp.cpp | 1 - quanta/src/quanta.cpp | 1 - quanta/src/quanta.h | 1 - quanta/src/quantadoc.cpp | 1 - quanta/src/quantaview.cpp | 1 - 6 files changed, 2 insertions(+), 9 deletions(-) (limited to 'quanta/src') diff --git a/quanta/src/Makefile.am b/quanta/src/Makefile.am index 82ba1b03..19a5651d 100644 --- a/quanta/src/Makefile.am +++ b/quanta/src/Makefile.am @@ -1,7 +1,5 @@ -if BUILD_WYSIWYG LIB_KAFKA = $(top_builddir)/quanta/parts/kafka/libkafkalibrary.la KAFKAINCLUDE = -I$(top_srcdir)/quanta/parts/kafka -I$(top_builddir)/quanta/parts/kafka -endif if include_cvsservice CVSSERVICE_INCLUDE = -I$(top_srcdir)/quanta/components/cvsservice @@ -30,7 +28,7 @@ quanta_LDADD = $(top_builddir)/quanta/project/libproject.la \ $(top_builddir)/quanta/utility/libutility.la \ $(top_builddir)/lib/libquantamodule.la \ -lkatepartinterfaces $(LIB_TDENEWSTUFF) $(LIB_KAFKA) $(LIB_CVSSERVICE) \ - $(LIB_KMDI) $(LIBXML_LIBS) $(LIBXSLT_LIBS) $(LIB_TDEABC) $(LIB_TDESPELL) $(LIB_TDEHTML) -lX11 -ltdefx + -ltdemdi $(LIBXML_LIBS) $(LIBXSLT_LIBS) $(LIB_TDEABC) $(LIB_TDESPELL) $(LIB_TDEHTML) -lX11 -ltdefx # $(top_builddir)/lib/compatibility/libcompat.la AM_CPPFLAGS = -I$(top_srcdir)/quanta/dialogs \ @@ -57,7 +55,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/quanta/dialogs \ -I$(top_builddir)/quanta/components/framewizard \ -I$(top_builddir)/quanta/components/tableeditor \ -I$(top_builddir)/quanta/plugins \ - $(KAFKAINCLUDE) $(CVSSERVICE_INCLUDE) $(KMDI_INCLUDES) \ + $(KAFKAINCLUDE) $(CVSSERVICE_INCLUDE) \ $(KNEWSTUFF_INCLUDES) $(all_includes) # -I$(top_srcdir)/lib/compatibility diff --git a/quanta/src/kqapp.cpp b/quanta/src/kqapp.cpp index d5be6159..b6a2ff72 100644 --- a/quanta/src/kqapp.cpp +++ b/quanta/src/kqapp.cpp @@ -28,7 +28,6 @@ #include #include #include -#include #include "config.h" #include "quantacommon.h" diff --git a/quanta/src/quanta.cpp b/quanta/src/quanta.cpp index 830de874..5d7f7434 100644 --- a/quanta/src/quanta.cpp +++ b/quanta/src/quanta.cpp @@ -68,7 +68,6 @@ #include #include #include -#include #include #include #include diff --git a/quanta/src/quanta.h b/quanta/src/quanta.h index 0124c9fc..a6c6fee4 100644 --- a/quanta/src/quanta.h +++ b/quanta/src/quanta.h @@ -38,7 +38,6 @@ #include // include files for KDE -#include #include #include #include diff --git a/quanta/src/quantadoc.cpp b/quanta/src/quantadoc.cpp index b77e2341..124af638 100644 --- a/quanta/src/quantadoc.cpp +++ b/quanta/src/quantadoc.cpp @@ -33,7 +33,6 @@ #include #include #include -#include #include #include diff --git a/quanta/src/quantaview.cpp b/quanta/src/quantaview.cpp index cffc125a..7bb435cf 100644 --- a/quanta/src/quantaview.cpp +++ b/quanta/src/quantaview.cpp @@ -42,7 +42,6 @@ #include #include #include -#include #include #include -- cgit v1.2.3