summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-07 17:58:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-07 17:58:13 +0900
commit80be931b12b1fcae09053dfccf1485437c511ff0 (patch)
treea5371d52b35834d00f3d2c9e66bc58ee3ba1f9fd
parenta5a1a6cbdecf3672d011e19f211f7c05e403512f (diff)
downloadpytde-80be931b12b1fcae09053dfccf1485437c511ff0.tar.gz
pytde-80be931b12b1fcae09053dfccf1485437c511ff0.zip
Use tdeprocctrl.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--sip/tdecore/tdecoremod.sip.in2
-rw-r--r--sip/tdecore/tdeprocctrl.sip (renamed from sip/tdecore/kprocctrl.sip)2
2 files changed, 2 insertions, 2 deletions
diff --git a/sip/tdecore/tdecoremod.sip.in b/sip/tdecore/tdecoremod.sip.in
index 8b89ec6..1eb34ae 100644
--- a/sip/tdecore/tdecoremod.sip.in
+++ b/sip/tdecore/tdecoremod.sip.in
@@ -70,7 +70,7 @@
%Include knotifyclient.sip
%Include kpalette.sip
%Include kpixmapprovider.sip
-%Include kprocctrl.sip
+%Include tdeprocctrl.sip
%Include tdeprocess.sip
%Include kprocio.sip
%Include krandomsequence.sip
diff --git a/sip/tdecore/kprocctrl.sip b/sip/tdecore/tdeprocctrl.sip
index a4a73c2..f12c566 100644
--- a/sip/tdecore/kprocctrl.sip
+++ b/sip/tdecore/tdeprocctrl.sip
@@ -27,7 +27,7 @@
class TDEProcessController : TQObject
{
%TypeHeaderCode
-#include <kprocctrl.h>
+#include <tdeprocctrl.h>
%End