From 0f92dd542b65bc910caaf190b7c623aa5158c86a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 14 Nov 2011 22:33:41 -0600 Subject: Fix native TQt3 accidental conversion to tquit --- examples/picture/picture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/picture') diff --git a/examples/picture/picture.cpp b/examples/picture/picture.cpp index 44420d084..d04f18897 100644 --- a/examples/picture/picture.cpp +++ b/examples/picture/picture.cpp @@ -92,7 +92,7 @@ void PictureDisplay::keyPressEvent( TQKeyEvent *k ) pict->load( name ); update(); break; - case 'q': // tquit + case 'q': // quit TQApplication::exit(); break; } -- cgit v1.2.1