|
|
@ -19,7 +19,7 @@
|
|
|
|
import sys
|
|
|
|
import sys
|
|
|
|
import os
|
|
|
|
import os
|
|
|
|
import os.path
|
|
|
|
import os.path
|
|
|
|
from PyTQt.qt import *
|
|
|
|
from PyTQt.tqt import *
|
|
|
|
from tdecore import *
|
|
|
|
from tdecore import *
|
|
|
|
from tdeui import *
|
|
|
|
from tdeui import *
|
|
|
|
from tdefile import *
|
|
|
|
from tdefile import *
|
|
|
@ -3017,7 +3017,7 @@ class ApplicationsPage(TQWidget):
|
|
|
|
#native_apps_layout.addWidget(self.browsercombo,0,1)
|
|
|
|
#native_apps_layout.addWidget(self.browsercombo,0,1)
|
|
|
|
#native_apps_layout.setColStretch(1,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" +\
|
|
|
|
#i18n("<p>Select the browser to be launched when clicking on a link" +\
|
|
|
|
#" in a Windows application.</p>"))
|
|
|
|
#" in a Windows application.</p>"))
|
|
|
|
|
|
|
|
|
|
|
@ -3033,7 +3033,7 @@ class ApplicationsPage(TQWidget):
|
|
|
|
#self.connect(self.mailercombo,SIGNAL("activated(int)"),self.slotMailerActivated)
|
|
|
|
#self.connect(self.mailercombo,SIGNAL("activated(int)"),self.slotMailerActivated)
|
|
|
|
#native_apps_layout.addWidget(self.mailercombo,1,1)
|
|
|
|
#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" +\
|
|
|
|
#i18n("<p>Select the mail client to be launched when clicking on" +\
|
|
|
|
#" a mailto link in a Windows application.</p>"))
|
|
|
|
#" a mailto link in a Windows application.</p>"))
|
|
|
|
|
|
|
|
|
|
|
|