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/components/tableeditor/Makefile.am | 2 +- quanta/components/tableeditor/tableitem.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'quanta/components/tableeditor') diff --git a/quanta/components/tableeditor/Makefile.am b/quanta/components/tableeditor/Makefile.am index 242fae89..d5da72d0 100644 --- a/quanta/components/tableeditor/Makefile.am +++ b/quanta/components/tableeditor/Makefile.am @@ -10,6 +10,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/quanta/utility \ -I$(top_srcdir)/quanta/src \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/quanta/components/tableeditor \ - $(KMDI_INCLUDES) $(all_includes) + $(all_includes) noinst_HEADERS = tableeditor.h tableitem.h diff --git a/quanta/components/tableeditor/tableitem.h b/quanta/components/tableeditor/tableitem.h index 2cbe8a5c..74019bbf 100644 --- a/quanta/components/tableeditor/tableitem.h +++ b/quanta/components/tableeditor/tableitem.h @@ -18,7 +18,6 @@ #define TABLEITEM_H #include -#include class TableItem : public TQTableItem { -- cgit v1.2.3