From 00acd92ff96bd6d3bb3136aa6d6b37314b3ad623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 21 Jan 2023 19:49:50 +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 --- wineconfig/wineconfig.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wineconfig/wineconfig.py') diff --git a/wineconfig/wineconfig.py b/wineconfig/wineconfig.py index b8027ea..f5ab322 100755 --- a/wineconfig/wineconfig.py +++ b/wineconfig/wineconfig.py @@ -19,7 +19,7 @@ import sys import os import os.path -from PyTQt.qt import * +from PyTQt.tqt import * from tdecore import * from tdeui import * from tdefile import * @@ -3017,7 +3017,7 @@ class ApplicationsPage(TQWidget): #native_apps_layout.addWidget(self.browsercombo,0,1) #native_apps_layout.setColStretch(1,1) - #QToolTip.add(self.browsercombo, + #TQToolTip.add(self.browsercombo, #i18n("

Select the browser to be launched when clicking on a link" +\ #" in a Windows application.

")) @@ -3033,7 +3033,7 @@ class ApplicationsPage(TQWidget): #self.connect(self.mailercombo,SIGNAL("activated(int)"),self.slotMailerActivated) #native_apps_layout.addWidget(self.mailercombo,1,1) - #QToolTip.add(self.mailercombo, + #TQToolTip.add(self.mailercombo, #i18n("

Select the mail client to be launched when clicking on" +\ #" a mailto link in a Windows application.

")) -- cgit v1.2.1