summaryrefslogtreecommitdiffstats
path: root/quanta/components/tableeditor
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-23 11:59:03 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-23 11:59:03 +0900
commitc2f28aadde2e2e12594c4d0b8d334254dc76a712 (patch)
treebbf33f8184e5906621b424f3b91ab0ca7b4b2772 /quanta/components/tableeditor
parente5595fbfda5ebe3973b90d7d56f5ee46561f948f (diff)
downloadtdewebdev-c2f28aadde2e2e12594c4d0b8d334254dc76a712.tar.gz
tdewebdev-c2f28aadde2e2e12594c4d0b8d334254dc76a712.zip
Remove use of TDE_VERSIONHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'quanta/components/tableeditor')
-rw-r--r--quanta/components/tableeditor/Makefile.am2
-rw-r--r--quanta/components/tableeditor/tableitem.h1
2 files changed, 1 insertions, 2 deletions
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 <tqtable.h>
-#include <tdeversion.h>
class TableItem : public TQTableItem
{