summaryrefslogtreecommitdiffstats
path: root/quanta/components/cvsservice
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 18:15:20 +0900
commit501fad38f6af4fa3da80568533eda7f1a0f8545a (patch)
tree1081048a7fa119a6b6fc1b027b2a0aa3f8a7b317 /quanta/components/cvsservice
parent17b71dd24833652b7a31e03d4548e3d0e768d885 (diff)
downloadtdewebdev-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/cvsservice')
-rw-r--r--quanta/components/cvsservice/Makefile.am2
-rw-r--r--quanta/components/cvsservice/cvsservice.cpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/quanta/components/cvsservice/Makefile.am b/quanta/components/cvsservice/Makefile.am
index b33f1ea0..6b72c440 100644
--- a/quanta/components/cvsservice/Makefile.am
+++ b/quanta/components/cvsservice/Makefile.am
@@ -11,5 +11,5 @@ AM_CPPFLAGS = -I$(top_srcdir)/quanta/src \
-I$(top_srcdir)/quanta/parsers \
-I$(top_srcdir)/quanta/project \
-I$(top_srcdir)/lib \
- $(KMDI_INCLUDES) $(all_includes)
+ $(all_includes)
noinst_HEADERS = cvsservicedcopif.h
diff --git a/quanta/components/cvsservice/cvsservice.cpp b/quanta/components/cvsservice/cvsservice.cpp
index 4035ed2f..3f21c81b 100644
--- a/quanta/components/cvsservice/cvsservice.cpp
+++ b/quanta/components/cvsservice/cvsservice.cpp
@@ -25,7 +25,6 @@
#include <tdeaction.h>
#include <tdeapplication.h>
#include <kcombobox.h>
-#include <tdeversion.h>
#include <kiconloader.h>
#include <klineedit.h>
#include <tdelistbox.h>