diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-23 11:59:03 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-23 18:15:20 +0900 |
| commit | 501fad38f6af4fa3da80568533eda7f1a0f8545a (patch) | |
| tree | 1081048a7fa119a6b6fc1b027b2a0aa3f8a7b317 /quanta/components/tableeditor | |
| parent | 17b71dd24833652b7a31e03d4548e3d0e768d885 (diff) | |
| download | tdewebdev-r14.1.x.tar.gz tdewebdev-r14.1.x.zip | |
Remove use of TDE_VERSIONr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c2f28aadde2e2e12594c4d0b8d334254dc76a712)
Diffstat (limited to 'quanta/components/tableeditor')
| -rw-r--r-- | quanta/components/tableeditor/Makefile.am | 2 | ||||
| -rw-r--r-- | quanta/components/tableeditor/tableitem.h | 1 |
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 { |
