From 25a48864e706c59626d0f2c74bc585f05d5b4b31 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Wed, 21 Dec 2022 14:25:49 +0100 Subject: Update after rename python extension module from python_tqt to PyTQt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- examples/example_dcopexport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/example_dcopexport.py') diff --git a/examples/example_dcopexport.py b/examples/example_dcopexport.py index 6be121a..7d4ae95 100644 --- a/examples/example_dcopexport.py +++ b/examples/example_dcopexport.py @@ -36,7 +36,7 @@ copyright holder. import sys from tdecore import TDEApplication, TDECmdLineArgs, TDEAboutData from dcopexport import DCOPExObj -from python_tqt.qt import TQString, TQStringList +from PyTQt.qt import TQString, TQStringList """ DCOPExObj provides all of the necessary machinery to DCOP-enable -- cgit v1.2.3