From 49d458e2f6e953b6b2d254cc4ae1465ecb94b5ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 12 Jan 2022 01:08:48 +0100 Subject: Update for renamed sip_tqt_config. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- pytdeconfig.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pytdeconfig.py') 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' } -- cgit v1.2.1