summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-19 10:04:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-19 10:11:12 +0900
commit719f290d5eeb63d0d0424eb4733dde89b23dfd7c (patch)
tree2a14d0ad5be5d62b68eba5bd3cc6003b6a8bbbc4
parent93a42da1f83a5e1f78d0da9c9d6235f817a1d9a8 (diff)
downloadtdenetwork-719f290d.tar.gz
tdenetwork-719f290d.zip
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0c3c5e676e73b11349606c3c0bbb3855b423f016)
-rw-r--r--kget/kget_plug_in/kget_plug_in.cpp2
-rw-r--r--kopete/kopete/chatwindow/tests/chatwindowstylerendering_test.cpp2
-rw-r--r--kopete/libkopete/tests/kopetemessage_test.cpp2
-rw-r--r--kopete/libkopete/ui/kopete.widgets2
-rw-r--r--kopete/libkopete/ui/kopetewidgets.cpp2
-rw-r--r--ktalkd/ktalkd/readcfg++.cpp2
-rw-r--r--ktalkd/ktalkd/talkd.cpp2
-rw-r--r--lanbrowsing/tdeio_lan/tdeio_lan.cpp2
-rw-r--r--tdednssd/ioslave/dnssd.cpp2
9 files changed, 9 insertions, 9 deletions
diff --git a/kget/kget_plug_in/kget_plug_in.cpp b/kget/kget_plug_in/kget_plug_in.cpp
index b02bbaa4..b8681729 100644
--- a/kget/kget_plug_in/kget_plug_in.cpp
+++ b/kget/kget_plug_in/kget_plug_in.cpp
@@ -27,7 +27,7 @@
#include <kiconloader.h>
#include <tdeglobal.h>
#include <tdeaction.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
#include <tdepopupmenu.h>
diff --git a/kopete/kopete/chatwindow/tests/chatwindowstylerendering_test.cpp b/kopete/kopete/chatwindow/tests/chatwindowstylerendering_test.cpp
index a930b6f7..838e5016 100644
--- a/kopete/kopete/chatwindow/tests/chatwindowstylerendering_test.cpp
+++ b/kopete/kopete/chatwindow/tests/chatwindowstylerendering_test.cpp
@@ -29,7 +29,7 @@
// KDE includes
#include <tdeapplication.h>
#include <tdeunittest/module.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <kdebug.h>
#include <tdeglobal.h>
#include <tdelocale.h>
diff --git a/kopete/libkopete/tests/kopetemessage_test.cpp b/kopete/libkopete/tests/kopetemessage_test.cpp
index fa8e6f62..b0ae56b1 100644
--- a/kopete/libkopete/tests/kopetemessage_test.cpp
+++ b/kopete/libkopete/tests/kopetemessage_test.cpp
@@ -23,7 +23,7 @@
#include <tqfile.h>
#include <tdeapplication.h>
#include <kstandarddirs.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <kprocess.h>
#include <tdeunittest/module.h>
#include <kdebug.h>
diff --git a/kopete/libkopete/ui/kopete.widgets b/kopete/libkopete/ui/kopete.widgets
index 54435dda..594e306d 100644
--- a/kopete/libkopete/ui/kopete.widgets
+++ b/kopete/libkopete/ui/kopete.widgets
@@ -1,6 +1,6 @@
[Global]
PluginName=KopeteWidgets
-Includes=kinstance.h
+Includes=tdeinstance.h
Init=new TDEInstance("kopetewidgets");
[Kopete::UI::ListView::ListView]
diff --git a/kopete/libkopete/ui/kopetewidgets.cpp b/kopete/libkopete/ui/kopetewidgets.cpp
index 49f57ae6..fd5b0738 100644
--- a/kopete/libkopete/ui/kopetewidgets.cpp
+++ b/kopete/libkopete/ui/kopetewidgets.cpp
@@ -5,7 +5,7 @@
*/
#include <tqwidgetplugin.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <addressbooklinkwidget.h>
#include <kopetelistview.h>
#include <kopetelistviewsearchline.h>
diff --git a/ktalkd/ktalkd/readcfg++.cpp b/ktalkd/ktalkd/readcfg++.cpp
index 4061431a..75e44438 100644
--- a/ktalkd/ktalkd/readcfg++.cpp
+++ b/ktalkd/ktalkd/readcfg++.cpp
@@ -52,7 +52,7 @@
/* KDE & TQt includes */
#include <tdeconfig.h>
#include <kstandarddirs.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <tqfile.h>
/* Ktalkd includes */
diff --git a/ktalkd/ktalkd/talkd.cpp b/ktalkd/ktalkd/talkd.cpp
index cef384d2..da157a57 100644
--- a/ktalkd/ktalkd/talkd.cpp
+++ b/ktalkd/ktalkd/talkd.cpp
@@ -71,7 +71,7 @@ char copyright[] =
#include "machines/answmach.h"
#include "machines/talkconn.h"
-#include <kinstance.h>
+#include <tdeinstance.h>
KTalkdTable * ktable;
#define TIMEOUT 20
diff --git a/lanbrowsing/tdeio_lan/tdeio_lan.cpp b/lanbrowsing/tdeio_lan/tdeio_lan.cpp
index e197fb0d..7ad736a2 100644
--- a/lanbrowsing/tdeio_lan/tdeio_lan.cpp
+++ b/lanbrowsing/tdeio_lan/tdeio_lan.cpp
@@ -23,7 +23,7 @@
#include <kdebug.h>
#include <tdelocale.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <tdeconfig.h>
#include <tdeglobal.h>
#include <kprocess.h>
diff --git a/tdednssd/ioslave/dnssd.cpp b/tdednssd/ioslave/dnssd.cpp
index 9b0ad947..37e67e9a 100644
--- a/tdednssd/ioslave/dnssd.cpp
+++ b/tdednssd/ioslave/dnssd.cpp
@@ -34,7 +34,7 @@
#include <tdeconfig.h>
#include <kdebug.h>
#include <tdemessagebox.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <tdeglobal.h>
#include <kstandarddirs.h>
#include <tdesocketaddress.h>