summaryrefslogtreecommitdiffstats
path: root/wineconfig/wineconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'wineconfig/wineconfig.py')
-rwxr-xr-xwineconfig/wineconfig.py6
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>"))