summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-22 11:58:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-22 16:10:40 +0900
commit07bb506b136cb771eb93f3ac4e991085484046cc (patch)
tree4eb39d4920332abd6eac06a8335b7d4ea6fecedb
parentda7dbe70fb22e3e71b505d20da5ca707aaa8383d (diff)
downloadtdenetwork-r14.1.x.tar.gz
tdenetwork-r14.1.x.zip
Remove use of TDE_VERSIONr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b03d55e86158751dd4d88e4d9643be9989fa381b)
-rw-r--r--kopete/kopete/addcontactwizard/addcontactwizard.cpp3
-rw-r--r--kopete/kopete/chatwindow/chatmessagepart.cpp1
-rw-r--r--kopete/kopete/chatwindow/kopetechatwindow.h1
-rw-r--r--kopete/kopete/chatwindow/kopeteemailwindow.cpp1
-rw-r--r--kopete/kopete/chatwindow/krichtexteditpart.cpp1
-rw-r--r--kopete/kopete/config/appearance/appearanceconfig.cpp2
-rw-r--r--kopete/kopete/contactlist/kopetecontactlistview.cpp2
-rw-r--r--kopete/kopete/contactlist/kopetemetacontactlvi.cpp4
-rw-r--r--kopete/kopete/kopeteballoon.cpp2
-rw-r--r--kopete/kopete/kopetewindow.cpp1
-rw-r--r--kopete/libkopete/kautoconfig.cpp1
-rw-r--r--kopete/libkopete/kopeteaccount.cpp1
-rw-r--r--kopete/libkopete/kopeteawayaction.cpp1
-rw-r--r--kopete/libkopete/kopeteawayaction.h1
-rw-r--r--kopete/libkopete/kopetechatsession.cpp1
-rw-r--r--kopete/libkopete/kopetecommandhandler.cpp1
-rw-r--r--kopete/libkopete/kopetecontact.cpp3
-rw-r--r--kopete/libkopete/kopetemetacontact.cpp1
-rw-r--r--kopete/libkopete/kopeteprefs.h1
-rw-r--r--kopete/libkopete/private/kopeteemoticons.cpp1
-rw-r--r--kopete/libkopete/ui/addressbookselectorwidget.cpp2
-rw-r--r--kopete/libkopete/ui/kopetestdaction.cpp1
-rw-r--r--kopete/libkopete/ui/metacontactselectorwidget.cpp1
-rw-r--r--kopete/plugins/cryptography/cryptographyplugin.cpp1
-rw-r--r--kopete/plugins/cryptography/popuppublic.cpp1
-rw-r--r--kopete/plugins/history/historyplugin.cpp2
-rw-r--r--kopete/plugins/netmeeting/netmeetingplugin.cpp1
-rw-r--r--kopete/plugins/statistics/statisticsdb.cpp1
-rw-r--r--kopete/plugins/statistics/statisticsplugin.cpp1
-rw-r--r--kopete/plugins/texteffect/texteffectpreferences.cpp2
-rw-r--r--kopete/plugins/translator/translatorplugin.cpp1
-rw-r--r--kopete/protocols/irc/libkirc/kircengine.h5
-rw-r--r--kopete/protocols/irc/libkirc/kircentity.h1
-rw-r--r--kopete/protocols/msn/msnnotifysocket.cpp1
-rw-r--r--kopete/protocols/oscar/oscarcontact.cpp2
-rw-r--r--ksirc/dockservercontroller.cpp1
-rw-r--r--ksirc/iocontroller.cpp1
37 files changed, 1 insertions, 54 deletions
diff --git a/kopete/kopete/addcontactwizard/addcontactwizard.cpp b/kopete/kopete/addcontactwizard/addcontactwizard.cpp
index 72e9a9c2..dfcd9aa9 100644
--- a/kopete/kopete/addcontactwizard/addcontactwizard.cpp
+++ b/kopete/kopete/addcontactwizard/addcontactwizard.cpp
@@ -50,10 +50,7 @@
#include <tdelocale.h>
#include <kiconloader.h>
-#include <tdeversion.h>
#include <kinputdialog.h>
-#include <kinputdialog.h>
-
#include <kpushbutton.h>
#include <kdebug.h>
#include <tdelistview.h>
diff --git a/kopete/kopete/chatwindow/chatmessagepart.cpp b/kopete/kopete/chatwindow/chatmessagepart.cpp
index 1bef7129..964aaa38 100644
--- a/kopete/kopete/chatwindow/chatmessagepart.cpp
+++ b/kopete/kopete/chatwindow/chatmessagepart.cpp
@@ -49,7 +49,6 @@
// KDE includes
#include <tdeapplication.h>
#include <kdebug.h>
-#include <tdeversion.h>
#include <tdefiledialog.h>
#include <tdehtmlview.h>
#include <tdelocale.h>
diff --git a/kopete/kopete/chatwindow/kopetechatwindow.h b/kopete/kopete/chatwindow/kopetechatwindow.h
index c1227e78..d249b295 100644
--- a/kopete/kopete/chatwindow/kopetechatwindow.h
+++ b/kopete/kopete/chatwindow/kopetechatwindow.h
@@ -22,7 +22,6 @@
#include <tdeparts/mainwindow.h>
#include <tqmovie.h>
#include "kopetecontact.h"
-#include "tdeversion.h"
class TDEAction;
class TDEToggleAction;
diff --git a/kopete/kopete/chatwindow/kopeteemailwindow.cpp b/kopete/kopete/chatwindow/kopeteemailwindow.cpp
index 0fda236e..5f0cb167 100644
--- a/kopete/kopete/chatwindow/kopeteemailwindow.cpp
+++ b/kopete/kopete/chatwindow/kopeteemailwindow.cpp
@@ -37,7 +37,6 @@
#include <tdeconfig.h>
#include <kcursor.h>
#include <kdebug.h>
-#include <tdeversion.h>
#include <kedittoolbar.h>
#include <tdefontdialog.h>
#include <tdeglobalsettings.h>
diff --git a/kopete/kopete/chatwindow/krichtexteditpart.cpp b/kopete/kopete/chatwindow/krichtexteditpart.cpp
index 52f156d3..491c7885 100644
--- a/kopete/kopete/chatwindow/krichtexteditpart.cpp
+++ b/kopete/kopete/chatwindow/krichtexteditpart.cpp
@@ -5,7 +5,6 @@
#include <tdefontdialog.h>
#include <kdebug.h>
#include <tdeconfig.h>
-#include <tdeversion.h>
#include <tqapplication.h>
#include <tqclipboard.h>
#include <tqevent.h>
diff --git a/kopete/kopete/config/appearance/appearanceconfig.cpp b/kopete/kopete/config/appearance/appearanceconfig.cpp
index 704e8ab4..9e09b7a1 100644
--- a/kopete/kopete/config/appearance/appearanceconfig.cpp
+++ b/kopete/kopete/config/appearance/appearanceconfig.cpp
@@ -37,9 +37,7 @@
#include <tqslider.h>
#include <tqlabel.h>
-#include <tdeversion.h>
#include <kinputdialog.h>
-
#include <tdeapplication.h>
#include <kcolorcombo.h>
#include <kcolorbutton.h>
diff --git a/kopete/kopete/contactlist/kopetecontactlistview.cpp b/kopete/kopete/contactlist/kopetecontactlistview.cpp
index 112be721..ba74cab8 100644
--- a/kopete/kopete/contactlist/kopetecontactlistview.cpp
+++ b/kopete/kopete/contactlist/kopetecontactlistview.cpp
@@ -45,8 +45,6 @@
#include <tdemultipledrag.h>
#include <tdeabc/stdaddressbook.h>
#include <tdeabc/vcardconverter.h>
-
-#include <tdeversion.h>
#include <kinputdialog.h>
#include "addcontactwizard.h"
diff --git a/kopete/kopete/contactlist/kopetemetacontactlvi.cpp b/kopete/kopete/contactlist/kopetemetacontactlvi.cpp
index d088e971..059009fc 100644
--- a/kopete/kopete/contactlist/kopetemetacontactlvi.cpp
+++ b/kopete/kopete/contactlist/kopetemetacontactlvi.cpp
@@ -36,13 +36,11 @@
#include <tdeglobal.h>
#include <tdeconfig.h>
#include <tdeapplication.h>
+#include <kinputdialog.h>
#include <tdeabc/addressbook.h>
#include <tdeabc/addressee.h>
-#include <tdeversion.h>
-#include <kinputdialog.h>
-
#include "addcontactpage.h"
#include "kopeteaccount.h"
diff --git a/kopete/kopete/kopeteballoon.cpp b/kopete/kopete/kopeteballoon.cpp
index 5425ed29..8cd80a07 100644
--- a/kopete/kopete/kopeteballoon.cpp
+++ b/kopete/kopete/kopeteballoon.cpp
@@ -24,9 +24,7 @@
#include <tqlayout.h>
#include <tqtimer.h>
-#include <tdeversion.h>
#include <tdeglobalsettings.h>
-
#include <tdeapplication.h>
#include <kdialog.h>
#include <tdelocale.h>
diff --git a/kopete/kopete/kopetewindow.cpp b/kopete/kopete/kopetewindow.cpp
index 7f6f4c5d..94352612 100644
--- a/kopete/kopete/kopetewindow.cpp
+++ b/kopete/kopete/kopetewindow.cpp
@@ -46,7 +46,6 @@
#include <kstatusbar.h>
#include <kglobalaccel.h>
#include <twin.h>
-#include <tdeversion.h>
#include <kinputdialog.h>
#include <kplugininfo.h>
#include <ksqueezedtextlabel.h>
diff --git a/kopete/libkopete/kautoconfig.cpp b/kopete/libkopete/kautoconfig.cpp
index 9617640e..0fcbab05 100644
--- a/kopete/libkopete/kautoconfig.cpp
+++ b/kopete/libkopete/kautoconfig.cpp
@@ -25,7 +25,6 @@
#include <tqobjectlist.h>
#include <tdeconfig.h>
#include <tdeapplication.h>
-#include <tdeversion.h>
/**
* Macro function to warn developers when they are making calls
diff --git a/kopete/libkopete/kopeteaccount.cpp b/kopete/libkopete/kopeteaccount.cpp
index 4eb70efe..d096a5a2 100644
--- a/kopete/libkopete/kopeteaccount.cpp
+++ b/kopete/libkopete/kopeteaccount.cpp
@@ -21,7 +21,6 @@
#include <tdeconfig.h>
#include <kdebug.h>
-#include <tdeversion.h>
#include <kdialogbase.h>
#include <tdelocale.h>
#include <kiconloader.h>
diff --git a/kopete/libkopete/kopeteawayaction.cpp b/kopete/libkopete/kopeteawayaction.cpp
index 038a43dd..1248e137 100644
--- a/kopete/libkopete/kopeteawayaction.cpp
+++ b/kopete/libkopete/kopeteawayaction.cpp
@@ -16,7 +16,6 @@
*/
#include <tdelocale.h>
-#include <tdeversion.h>
#include <kinputdialog.h>
#include <kstringhandler.h>
diff --git a/kopete/libkopete/kopeteawayaction.h b/kopete/libkopete/kopeteawayaction.h
index 8d234464..4ea579fa 100644
--- a/kopete/libkopete/kopeteawayaction.h
+++ b/kopete/libkopete/kopeteawayaction.h
@@ -18,7 +18,6 @@
#ifndef KOPETEAWAYACTION_H
#define KOPETEAWAYACTION_H
-#include <tdeversion.h>
#include <tdeactionclasses.h>
#include <tdeaction.h>
diff --git a/kopete/libkopete/kopetechatsession.cpp b/kopete/libkopete/kopetechatsession.cpp
index 089a2b65..c3a65e7f 100644
--- a/kopete/libkopete/kopetechatsession.cpp
+++ b/kopete/libkopete/kopetechatsession.cpp
@@ -26,7 +26,6 @@
#include <tqregexp.h>
#include <kdebug.h>
-#include <tdeversion.h>
#include <tdeglobal.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
diff --git a/kopete/libkopete/kopetecommandhandler.cpp b/kopete/libkopete/kopetecommandhandler.cpp
index b628bde1..47136af9 100644
--- a/kopete/libkopete/kopetecommandhandler.cpp
+++ b/kopete/libkopete/kopetecommandhandler.cpp
@@ -19,7 +19,6 @@
#include <kdebug.h>
#include <tdelocale.h>
#include <kprocess.h>
-#include <tdeversion.h>
#include <kxmlguiclient.h>
#include <tdeaction.h>
#include <tqdom.h>
diff --git a/kopete/libkopete/kopetecontact.cpp b/kopete/libkopete/kopetecontact.cpp
index 8606daa0..3b163456 100644
--- a/kopete/libkopete/kopetecontact.cpp
+++ b/kopete/libkopete/kopetecontact.cpp
@@ -22,10 +22,7 @@
#include <tqapplication.h>
#include <kdebug.h>
-
-#include <tdeversion.h>
#include <kinputdialog.h>
-
#include <tdeabcpersistence.h>
#include <kdialogbase.h>
#include <tdelocale.h>
diff --git a/kopete/libkopete/kopetemetacontact.cpp b/kopete/libkopete/kopetemetacontact.cpp
index d77c79eb..ab1cb1d3 100644
--- a/kopete/libkopete/kopetemetacontact.cpp
+++ b/kopete/libkopete/kopetemetacontact.cpp
@@ -28,7 +28,6 @@
#include <kdebug.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
-#include <tdeversion.h>
#include "tdeabcpersistence.h"
#include "kopetecontactlist.h"
diff --git a/kopete/libkopete/kopeteprefs.h b/kopete/libkopete/kopeteprefs.h
index 5e2ffd92..3975f638 100644
--- a/kopete/libkopete/kopeteprefs.h
+++ b/kopete/libkopete/kopeteprefs.h
@@ -18,7 +18,6 @@
#define __KOPETEPREFS_H__
#include <tqobject.h>
-#include <tdeversion.h>
#include <tqcolor.h>
#include <tqfont.h>
diff --git a/kopete/libkopete/private/kopeteemoticons.cpp b/kopete/libkopete/private/kopeteemoticons.cpp
index ed0bdf5d..39658fdd 100644
--- a/kopete/libkopete/private/kopeteemoticons.cpp
+++ b/kopete/libkopete/private/kopeteemoticons.cpp
@@ -30,7 +30,6 @@
#include <tdeapplication.h>
#include <kdebug.h>
#include <kstandarddirs.h>
-#include <tdeversion.h>
#include <set>
#include <algorithm>
diff --git a/kopete/libkopete/ui/addressbookselectorwidget.cpp b/kopete/libkopete/ui/addressbookselectorwidget.cpp
index bb46107b..be0cb683 100644
--- a/kopete/libkopete/ui/addressbookselectorwidget.cpp
+++ b/kopete/libkopete/ui/addressbookselectorwidget.cpp
@@ -30,8 +30,6 @@
#include <tdeconfig.h>
#include <tdelocale.h>
#include <kiconloader.h>
-
-#include <tdeversion.h>
#include <kinputdialog.h>
#include <kpushbutton.h>
diff --git a/kopete/libkopete/ui/kopetestdaction.cpp b/kopete/libkopete/ui/kopetestdaction.cpp
index 466a1c60..6cf80f9b 100644
--- a/kopete/libkopete/ui/kopetestdaction.cpp
+++ b/kopete/libkopete/ui/kopetestdaction.cpp
@@ -21,7 +21,6 @@
#include <tqapplication.h>
#include <kdebug.h>
-#include <tdeversion.h>
#include <kguiitem.h>
#include <tdelocale.h>
#include <ksettings/dialog.h>
diff --git a/kopete/libkopete/ui/metacontactselectorwidget.cpp b/kopete/libkopete/ui/metacontactselectorwidget.cpp
index 8e7fc61a..548891cd 100644
--- a/kopete/libkopete/ui/metacontactselectorwidget.cpp
+++ b/kopete/libkopete/ui/metacontactselectorwidget.cpp
@@ -31,7 +31,6 @@
#include <tdelocale.h>
#include <kiconloader.h>
-#include <tdeversion.h>
#include <kinputdialog.h>
#include <kpushbutton.h>
#include <kactivelabel.h>
diff --git a/kopete/plugins/cryptography/cryptographyplugin.cpp b/kopete/plugins/cryptography/cryptographyplugin.cpp
index cd2a6b4f..8c4f75be 100644
--- a/kopete/plugins/cryptography/cryptographyplugin.cpp
+++ b/kopete/plugins/cryptography/cryptographyplugin.cpp
@@ -23,7 +23,6 @@
#include <tdeaction.h>
#include <tdeconfig.h>
#include <kgenericfactory.h>
-#include <tdeversion.h>
#include <tdeaboutdata.h>
#include "kopetemetacontact.h"
diff --git a/kopete/plugins/cryptography/popuppublic.cpp b/kopete/plugins/cryptography/popuppublic.cpp
index a6e627fe..9131e8dc 100644
--- a/kopete/plugins/cryptography/popuppublic.cpp
+++ b/kopete/plugins/cryptography/popuppublic.cpp
@@ -31,7 +31,6 @@
#include <tqapplication.h>
#include <tqlabel.h>
-#include <tdeversion.h>
#include <tdelistview.h>
#include <kprocess.h>
#include <kprocio.h>
diff --git a/kopete/plugins/history/historyplugin.cpp b/kopete/plugins/history/historyplugin.cpp
index 8404d38d..9b6513e9 100644
--- a/kopete/plugins/history/historyplugin.cpp
+++ b/kopete/plugins/history/historyplugin.cpp
@@ -19,9 +19,7 @@
#include <tdeaboutdata.h>
#include <tdeaction.h>
#include <tdemessagebox.h>
-//#include <tdeconfig.h>
#include <kplugininfo.h>
-#include <tdeversion.h>
#include "kopetechatsessionmanager.h"
#include "kopetemetacontact.h"
diff --git a/kopete/plugins/netmeeting/netmeetingplugin.cpp b/kopete/plugins/netmeeting/netmeetingplugin.cpp
index 6e89b8aa..4908d94a 100644
--- a/kopete/plugins/netmeeting/netmeetingplugin.cpp
+++ b/kopete/plugins/netmeeting/netmeetingplugin.cpp
@@ -18,7 +18,6 @@
#include <kdebug.h>
#include <kgenericfactory.h>
#include <tdeaction.h>
-#include <tdeversion.h>
#include <tdeaboutdata.h>
#include "kopetepluginmanager.h"
diff --git a/kopete/plugins/statistics/statisticsdb.cpp b/kopete/plugins/statistics/statisticsdb.cpp
index 48378f3c..25e7a6b6 100644
--- a/kopete/plugins/statistics/statisticsdb.cpp
+++ b/kopete/plugins/statistics/statisticsdb.cpp
@@ -24,7 +24,6 @@
#include <kdebug.h>
#include <tdemessagebox.h>
#include <kstandarddirs.h>
-#include <tdeversion.h>
#include "statisticsdb.h"
diff --git a/kopete/plugins/statistics/statisticsplugin.cpp b/kopete/plugins/statistics/statisticsplugin.cpp
index 04aeee06..c6c2611e 100644
--- a/kopete/plugins/statistics/statisticsplugin.cpp
+++ b/kopete/plugins/statistics/statisticsplugin.cpp
@@ -23,7 +23,6 @@
#include <tdeaction.h>
#include <tdemessagebox.h>
#include <kstandarddirs.h>
-#include <tdeversion.h>
#include "kopetechatsessionmanager.h"
#include "kopetemetacontact.h"
diff --git a/kopete/plugins/texteffect/texteffectpreferences.cpp b/kopete/plugins/texteffect/texteffectpreferences.cpp
index 4560dd39..935e900a 100644
--- a/kopete/plugins/texteffect/texteffectpreferences.cpp
+++ b/kopete/plugins/texteffect/texteffectpreferences.cpp
@@ -26,8 +26,6 @@
#include <kautoconfig.h>
#include <kdebug.h>
-#include <tdeversion.h>
-
#include "texteffectprefs.h"
#include "texteffectpreferences.h"
#include "texteffectconfig.h"
diff --git a/kopete/plugins/translator/translatorplugin.cpp b/kopete/plugins/translator/translatorplugin.cpp
index 3e640ebc..39b21eac 100644
--- a/kopete/plugins/translator/translatorplugin.cpp
+++ b/kopete/plugins/translator/translatorplugin.cpp
@@ -30,7 +30,6 @@
#include <kgenericfactory.h>
#include <tdeglobal.h>
#include <tdeconfig.h>
-#include <tdeversion.h>
#include <tdeaboutdata.h>
#include "kopetemetacontact.h"
diff --git a/kopete/protocols/irc/libkirc/kircengine.h b/kopete/protocols/irc/libkirc/kircengine.h
index 60730ac5..10d3f8e8 100644
--- a/kopete/protocols/irc/libkirc/kircengine.h
+++ b/kopete/protocols/irc/libkirc/kircengine.h
@@ -25,13 +25,8 @@
#include "kircmessageredirector.h"
#include "kirctransfer.h"
-#include <tdeversion.h>
-
// FIXME: Move the following kdedebug class to the *.cpp.
#include <kdebug.h>
-#if TDE_VERSION < TDE_MAKE_VERSION( 3, 1, 90 )
-#include <kdebugclasses.h>
-#endif
#include <tqdatetime.h>
#include <tqdict.h>
diff --git a/kopete/protocols/irc/libkirc/kircentity.h b/kopete/protocols/irc/libkirc/kircentity.h
index 70404d1b..08aea8ac 100644
--- a/kopete/protocols/irc/libkirc/kircentity.h
+++ b/kopete/protocols/irc/libkirc/kircentity.h
@@ -18,7 +18,6 @@
#ifndef KIRCENTITY_H
#define KIRCENTITY_H
-#include <tdeversion.h>
#include <kresolver.h>
#include <ksharedptr.h>
diff --git a/kopete/protocols/msn/msnnotifysocket.cpp b/kopete/protocols/msn/msnnotifysocket.cpp
index c29e6d8c..27efa0c8 100644
--- a/kopete/protocols/msn/msnnotifysocket.cpp
+++ b/kopete/protocols/msn/msnnotifysocket.cpp
@@ -33,7 +33,6 @@
#include <tqdom.h>
#include <kdebug.h>
-#include <tdeversion.h>
#include <tdelocale.h>
#include <kmdcodec.h>
#include <tdemessagebox.h>
diff --git a/kopete/protocols/oscar/oscarcontact.cpp b/kopete/protocols/oscar/oscarcontact.cpp
index 45874477..01d7507d 100644
--- a/kopete/protocols/oscar/oscarcontact.cpp
+++ b/kopete/protocols/oscar/oscarcontact.cpp
@@ -26,8 +26,6 @@
#include <tdelocale.h>
#include <tdemessagebox.h>
-#include <tdeversion.h>
-
#include "kopeteaccount.h"
#include "kopetechatsessionmanager.h"
#include "kopetemetacontact.h"
diff --git a/ksirc/dockservercontroller.cpp b/ksirc/dockservercontroller.cpp
index 752911b7..4f8f5582 100644
--- a/ksirc/dockservercontroller.cpp
+++ b/ksirc/dockservercontroller.cpp
@@ -26,7 +26,6 @@
#include <tdemessagebox.h>
#include <kglobalaccel.h>
#include <kkeydialog.h>
-#include <tdeversion.h>
#include "KSPrefs/ksprefs.h"
diff --git a/ksirc/iocontroller.cpp b/ksirc/iocontroller.cpp
index 97aa2ecf..b606cfe1 100644
--- a/ksirc/iocontroller.cpp
+++ b/ksirc/iocontroller.cpp
@@ -81,7 +81,6 @@
#include <tqpopupmenu.h>
#include <kdebug.h>
-#include <tdeversion.h>
#include <kprocess.h>
#include <kstandarddirs.h>
#include <tdefiledialog.h>