From cddd660ca43dbe5d4ce0f7ed6bacee48ea46da93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 8 Jan 2023 11:55:55 +0100 Subject: Update after renaming qt => tqt in PyTQt module. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- templates/basic/systray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/basic/systray.py') diff --git a/templates/basic/systray.py b/templates/basic/systray.py index 0e305b8..f88dae5 100644 --- a/templates/basic/systray.py +++ b/templates/basic/systray.py @@ -29,7 +29,7 @@ copyright holder. import sys -from PyTQt.qt import TQWidget, SIGNAL +from PyTQt.tqt import TQWidget, SIGNAL from tdecore import TDEApplication, TDEIcon, TDEIconLoader, TDEAboutData, TDECmdLineArgs from tdeui import KSystemTray -- cgit v1.2.1