Rename tqt3 color functions

pull/1/head
Timothy Pearson 13 years ago
parent 0b5a582d1c
commit c074e40d95

@ -9,5 +9,5 @@
void Form1::PushButton1_clicked() void Form1::PushButton1_clicked()
{ {
qApp.exit(0) tqApp.exit(0)
} }

@ -76,4 +76,4 @@ class QXEmbedExample(TQWidget):
print "QXEmbedExample.launchApp(): Not implemented yet" print "QXEmbedExample.launchApp(): Not implemented yet"
def __tr(self,s,c = None): def __tr(self,s,c = None):
return qApp.translate("QXEmbedExample",s,c) return tqApp.translate("QXEmbedExample",s,c)

Loading…
Cancel
Save