summaryrefslogtreecommitdiffstats
path: root/pytdeconfig.py
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-01-12 01:08:48 +0100
committerSlávek Banko <[email protected]>2022-01-12 01:08:48 +0100
commit49d458e2f6e953b6b2d254cc4ae1465ecb94b5ad (patch)
tree0c8c594f535b6ce1c195fa5a0b197bd7552f2a40 /pytdeconfig.py
parent5aaf249441313c366e7c64a5b38b1e6595ec09fd (diff)
downloadpytde-49d458e2f6e953b6b2d254cc4ae1465ecb94b5ad.tar.gz
pytde-49d458e2f6e953b6b2d254cc4ae1465ecb94b5ad.zip
Update for renamed sip_tqt_config.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'pytdeconfig.py')
-rw-r--r--pytdeconfig.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pytdeconfig.py b/pytdeconfig.py
index a0f410a..22d8038 100644
--- a/pytdeconfig.py
+++ b/pytdeconfig.py
@@ -22,7 +22,7 @@
# modules that %Import PyKDE modules.
-from sip4_tqt import sipconfig
+import sip_tqt_config
from python_tqt import pyqtconfig
@@ -40,7 +40,7 @@ _pkg_config = {
'pytde_kde_sip_flags': '-t ALL -x TQt_STYLE_WINDOWSXP -x TQt_STYLE_INTERLACE -x TQt_STYLE_WINDOWSXP -x TQt_SIP_PRE_4_7_2 -x VendorID -t WS_X11 -t TQt_3_3_6 -t KDE_3_5_3',
'pytde_mod_dir': '/usr/lib/python2.5/site-packages',
'pytde_modules': 'dcop tdecore tdefx tdeui tdeio tderesources tdeabc tdeutils tdefile tdeparts tdehtml tdespell tdeprint tdemdi',
- 'pytde_sip_dir': '/usr/share/sip',
+ 'pytde_sip_dir': '/usr/share/sip-tqt',
'pytde_version': 0x031000,
'pytde_version_str': '3.16.0'
}