summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-13 18:29:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-13 18:29:02 -0600
commit8b572dea67da88257802f26be6f2dccfa04d3cc5 (patch)
tree07a63c433a00881de8cba186c5d29c51a8bdbeae /configure.py
parent7de8f4c89ba9a767d88e327b627b14e6a0f94c76 (diff)
downloadpytde-8b572dea67da88257802f26be6f2dccfa04d3cc5.tar.gz
pytde-8b572dea67da88257802f26be6f2dccfa04d3cc5.zip
Rename additional kio references
Diffstat (limited to 'configure.py')
-rw-r--r--configure.py42
1 files changed, 21 insertions, 21 deletions
diff --git a/configure.py b/configure.py
index 938c216..b4053c8 100644
--- a/configure.py
+++ b/configure.py
@@ -96,7 +96,7 @@ opt_dep_warnings = 0
opt_libdir = "lib"
opt_dist_name = ""
-pytde_modules = ["dcop", "tdecore", "tdefx", "tdeui", "kio", "tderesources", "kabc", "tdeutils", "tdefile", "tdeparts",\
+pytde_modules = ["dcop", "tdecore", "tdefx", "tdeui", "tdeio", "tderesources", "kabc", "tdeutils", "tdefile", "tdeparts",\
"tdehtml", "tdespell", "tdeprint", "tdemdi"] #, "tdespell2"]
pytde_imports = {
@@ -105,16 +105,16 @@ pytde_imports = {
# "tdesu": ["qt", "dcop", "tdecore"],
"tdefx": ["qt", "dcop", "tdecore"],
"tdeui": ["qt", "qtxml", "dcop", "tdecore", "tdefx"],
- "kio": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui"],
- "tderesources": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio"],
- "kabc": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio", "tderesources"],
- "tdeutils": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio"],
- "tdefile": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio"],
- "tdeparts": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio"],
- "tdehtml": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "tdeutils", "kio", "tdeparts"],
- "tdespell": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio", "tdefile"],
+ "tdeio": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui"],
+ "tderesources": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "tdeio"],
+ "kabc": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "tdeio", "tderesources"],
+ "tdeutils": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "tdeio"],
+ "tdefile": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "tdeio"],
+ "tdeparts": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "tdeio"],
+ "tdehtml": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "tdeutils", "tdeio", "tdeparts"],
+ "tdespell": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "tdeio", "tdefile"],
"tdeprint": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui"],
- "tdemdi": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio", "tdeparts"],
+ "tdemdi": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "tdeio", "tdeparts"],
"tdespell2": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui"]
}
@@ -124,16 +124,16 @@ kde_includes = {
# "tdesu": ["tdesu"],
"tdefx": None,
"tdeui": None,
- "kio": ["kio"],
- "tderesources": ["kio", "../tdeio", "tderesources"],
- "kabc": ["kio", "../tdeio", "tderesources", "kabc"],
- "tdefile": ["kio", "../tdeio"],
- "tdeparts": ["kio", "../tdeio", "tdeparts"],
- "tdehtml": ["kio", "../tdeio", "tdeparts", "dom"],
- "tdespell": ["kio"],
+ "tdeio": ["tdeio"],
+ "tderesources": ["tdeio", "../tdeio", "tderesources"],
+ "kabc": ["tdeio", "../tdeio", "tderesources", "kabc"],
+ "tdefile": ["tdeio", "../tdeio"],
+ "tdeparts": ["tdeio", "../tdeio", "tdeparts"],
+ "tdehtml": ["tdeio", "../tdeio", "tdeparts", "dom"],
+ "tdespell": ["tdeio"],
"tdeprint": ["tdeprint"],
- "tdemdi": ["tdemdi", "kio", "../tdeio", "tdeparts"],
- "tdeutils": ["kio", "../tdeio"] #,
+ "tdemdi": ["tdemdi", "tdeio", "../tdeio", "tdeparts"],
+ "tdeutils": ["tdeio", "../tdeio"] #,
# "tdespell2": None
}
@@ -147,7 +147,7 @@ postProcess = {
"tdeui": None, #[["-p ", "tdeui", "-o", "shpix", "siptdeuiTDESharedPixmap.cpp"]],
"tderesources": None,
"kabc": None,
- "kio": None,
+ "tdeio": None,
"tdefile": None,
"tdeparts": None,
"tdehtml": None,
@@ -750,7 +750,7 @@ def generate_code(mname, imports=None, extra_cflags=None, extra_cxxflags=None, e
if extra_lib == "dcop":
extra_lib = "DCOP"
elif extra_lib == "tdefile":
- extra_lib = "kio"
+ extra_lib = "tdeio"
makefile.extra_libs.append(extra_lib)
if extra_lib == "tdefx":