diff options
author | Slávek Banko <[email protected]> | 2023-01-21 19:49:50 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-01-23 02:18:34 +0100 |
commit | 00acd92ff96bd6d3bb3136aa6d6b37314b3ad623 (patch) | |
tree | 60db84a70bf9cb13ffbf931151ae7b0f8ffc86e8 /wineconfig/wineconfig.py | |
parent | 94f5a3f12e1c61aa2f3cde2d7b260c08489336ac (diff) | |
download | tde-guidance-00acd92ff96bd6d3bb3136aa6d6b37314b3ad623.tar.gz tde-guidance-00acd92ff96bd6d3bb3136aa6d6b37314b3ad623.zip |
Update after renaming qt => tqt in PyTQt module.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'wineconfig/wineconfig.py')
-rwxr-xr-x | wineconfig/wineconfig.py | 6 |
1 files changed, 3 insertions, 3 deletions
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("<p>Select the browser to be launched when clicking on a link" +\ #" in a Windows application.</p>")) @@ -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("<p>Select the mail client to be launched when clicking on" +\ #" a mailto link in a Windows application.</p>")) |