From 104997c6f7b545c0095fdc1b1573367bc4cb4d5b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 27 Feb 2012 17:38:16 -0600 Subject: Rename tqt3 color functions --- examples2/tut6.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples2/tut6.py') diff --git a/examples2/tut6.py b/examples2/tut6.py index 3108345..d97d842 100755 --- a/examples2/tut6.py +++ b/examples2/tut6.py @@ -24,7 +24,7 @@ class MyWidget(TQVBox): quit = TQPushButton("Quit",self,"quit") quit.setFont(TQFont("Times",18,TQFont.Bold)) - self.connect(quit,SIGNAL("clicked()"),qApp,SLOT("quit()")) + self.connect(quit,SIGNAL("clicked()"),tqApp,SLOT("quit()")) grid = TQGrid(4,self) -- cgit v1.2.3