summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-23 11:58:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-23 18:12:45 +0900
commit8f6827c723f4bb5a1b901b8351245c727bf3842c (patch)
tree92344aab5b3489c98e7b9a020c7b8402a63f9b1c /src
parentb0b2752e0b49fc73a95d97913fcd96bdad218c68 (diff)
downloadtdevelop-r14.1.x.tar.gz
tdevelop-r14.1.x.zip
Remove use of TDE_VERSIONr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 44a617440d6967f63e5284e92f4edc6e27c7ce45)
Diffstat (limited to 'src')
-rw-r--r--src/core.cpp1
-rw-r--r--src/editorproxy.cpp1
-rw-r--r--src/editorproxy.h3
-rw-r--r--src/mainwindowshare.cpp1
-rw-r--r--src/partcontroller.cpp1
-rw-r--r--src/profileengine/editor/profileeditor.cpp1
-rw-r--r--src/statusbar.cpp1
7 files changed, 1 insertions, 8 deletions
diff --git a/src/core.cpp b/src/core.cpp
index ccdd0ace..ae5b0bdb 100644
--- a/src/core.cpp
+++ b/src/core.cpp
@@ -6,7 +6,6 @@
#include <kstatusbar.h>
#include <tdemainwindow.h>
#include <tdeconfig.h>
-#include <tdeversion.h>
#include <kstandarddirs.h>
#include <tdeglobal.h>
#include <tdeactioncollection.h>
diff --git a/src/editorproxy.cpp b/src/editorproxy.cpp
index 50d424ff..97db01cf 100644
--- a/src/editorproxy.cpp
+++ b/src/editorproxy.cpp
@@ -2,7 +2,6 @@
#include <tqpopupmenu.h>
#include <tqtimer.h>
-#include <tdeversion.h>
#include <kdebug.h>
#include <tdeconfig.h>
#include <tdeapplication.h>
diff --git a/src/editorproxy.h b/src/editorproxy.h
index d23147cd..3b0588bd 100644
--- a/src/editorproxy.h
+++ b/src/editorproxy.h
@@ -12,8 +12,7 @@ class TQTimer;
#include <tdeparts/part.h>
#include <tdetexteditor/markinterface.h>
-#include <tdeversion.h>
-# include <tdetexteditor/markinterfaceextension.h>
+#include <tdetexteditor/markinterfaceextension.h>
class EditorProxy : public TQObject
{
diff --git a/src/mainwindowshare.cpp b/src/mainwindowshare.cpp
index 38414c00..0ab1a531 100644
--- a/src/mainwindowshare.cpp
+++ b/src/mainwindowshare.cpp
@@ -44,7 +44,6 @@
#include <tdetexteditor/view.h>
#include <tdetexteditor/configinterface.h>
#include <tdeparts/partmanager.h>
-#include <tdeversion.h>
#include <kdebug.h>
#include <knotifydialog.h>
diff --git a/src/partcontroller.cpp b/src/partcontroller.cpp
index 086d641e..dc8b46eb 100644
--- a/src/partcontroller.cpp
+++ b/src/partcontroller.cpp
@@ -36,7 +36,6 @@
#include <tdeshortcut.h>
#include <kcompletion.h>
#include <kdirwatch.h>
-#include <tdeversion.h>
#include <kiconloader.h>
#include <kuserprofile.h>
#include <kencodingfiledialog.h>
diff --git a/src/profileengine/editor/profileeditor.cpp b/src/profileengine/editor/profileeditor.cpp
index 98913b10..816a06b4 100644
--- a/src/profileengine/editor/profileeditor.cpp
+++ b/src/profileengine/editor/profileeditor.cpp
@@ -32,7 +32,6 @@
#include <tdemessagebox.h>
#include <kdialogbase.h>
#include <tdeglobalsettings.h>
-#include <tdeversion.h>
#include <profile.h>
diff --git a/src/statusbar.cpp b/src/statusbar.cpp
index 44cb4b70..83cabab4 100644
--- a/src/statusbar.cpp
+++ b/src/statusbar.cpp
@@ -20,7 +20,6 @@
#include <tdelocale.h>
#include <tdeparts/part.h>
#include <tdetexteditor/viewcursorinterface.h>
-#include <tdeversion.h>
#include <tdetexteditor/viewstatusmsginterface.h>