diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 17:46:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 17:52:54 +0900 |
commit | 5c40c90e27ab0f765f62113436f1197497fffb8b (patch) | |
tree | 87de6ceed40f772b511723dde756018b46940970 | |
parent | 5938d02a385e13b25283e646e1179689ab661dab (diff) | |
download | kmyfirewall-r14.1.x.tar.gz kmyfirewall-r14.1.x.zip |
Use tdeinstance.hr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9e99140b8175d64ab411c54321b4f8aa19afc65f)
-rw-r--r-- | kmyfirewall/genericinterface/kmfgenericinterface_part.cpp | 2 | ||||
-rw-r--r-- | kmyfirewall/installer/kmfinstallerplugin.cpp | 2 | ||||
-rw-r--r-- | kmyfirewall/ipteditor/kmfipteditorpart.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kmyfirewall/genericinterface/kmfgenericinterface_part.cpp b/kmyfirewall/genericinterface/kmfgenericinterface_part.cpp index 39953de..3ec202a 100644 --- a/kmyfirewall/genericinterface/kmfgenericinterface_part.cpp +++ b/kmyfirewall/genericinterface/kmfgenericinterface_part.cpp @@ -18,7 +18,7 @@ Author: Christian Hubinger <chubinger@irrsinnig.org>, (C) 2001 #include <tqlabel.h> // KDE includes -#include <kinstance.h> +#include <tdeinstance.h> #include <tdeaction.h> #include <kstdaction.h> #include <tdelocale.h> diff --git a/kmyfirewall/installer/kmfinstallerplugin.cpp b/kmyfirewall/installer/kmfinstallerplugin.cpp index 6b29d76..1af7ecf 100644 --- a/kmyfirewall/installer/kmfinstallerplugin.cpp +++ b/kmyfirewall/installer/kmfinstallerplugin.cpp @@ -22,7 +22,7 @@ Author: Christian Hubinger <chubinger@irrsinnig.org>, (C) 2001 #include <tqdatetime.h> // KDE includes -#include <kinstance.h> +#include <tdeinstance.h> #include <tdeaction.h> #include <kstdaction.h> #include <tdefiledialog.h> diff --git a/kmyfirewall/ipteditor/kmfipteditorpart.cpp b/kmyfirewall/ipteditor/kmfipteditorpart.cpp index c3e0928..0ba9ccb 100644 --- a/kmyfirewall/ipteditor/kmfipteditorpart.cpp +++ b/kmyfirewall/ipteditor/kmfipteditorpart.cpp @@ -20,7 +20,7 @@ Author: Christian Hubinger <chubinger@irrsinnig.org>, (C) 2001 // KDE includes -#include <kinstance.h> +#include <tdeinstance.h> #include <tdeaction.h> #include <kstdaction.h> #include <tdeaccel.h> |