summaryrefslogtreecommitdiffstats
path: root/languages/python
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-19 10:05:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-19 10:05:36 +0900
commit6a709d087ffa69c1b38625e688b834d8ad676abd (patch)
treef15f4c1bc7a2d08a80b5772cd681e27b5c32b23b /languages/python
parentf73aa9d37974dc4a542181a7e5b7e43c6203b1fc (diff)
downloadtdevelop-master.tar.gz
tdevelop-master.zip
Use tdeinstance.hHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'languages/python')
-rw-r--r--languages/python/pydoc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/python/pydoc.cpp b/languages/python/pydoc.cpp
index fed6fa7f..489cdb35 100644
--- a/languages/python/pydoc.cpp
+++ b/languages/python/pydoc.cpp
@@ -7,7 +7,7 @@
#include <tqtextstream.h>
#include <tdestandarddirs.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <tdeprocess.h>
#include <tdeversion.h>
#include <tdeglobal.h>