From 4feca443fb45a87fa971fe7f24c9dd3128643c19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 22 Jan 2023 15:01:29 +0100 Subject: temporary commit to show changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- examples/tut10.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/tut10.py') diff --git a/examples/tut10.py b/examples/tut10.py index 507c979..e17e66d 100755 --- a/examples/tut10.py +++ b/examples/tut10.py @@ -135,7 +135,7 @@ class MyWidget(tqt.TQWidget): self.angle.setFocus() -qt.TQApplication.setColorSpec(tqt.TQApplication.CustomColor) +tqt.TQApplication.setColorSpec(tqt.TQApplication.CustomColor) a = tqt.TQApplication(sys.argv) w = MyWidget() -- cgit v1.2.1