From e02e31c8b9d854cd62cbe9799228f6e08e882773 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 22:04:08 -0600 Subject: Sync with latest script --- 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 d04f18897..b971a189b 100644 --- a/examples/picture/picture.cpp +++ b/examples/picture/picture.cpp @@ -101,7 +101,7 @@ void PictureDisplay::keyPressEvent( TQKeyEvent *k ) int main( int argc, char **argv ) { - TQApplication a( argc, argv ); // TQApplication retquired! + TQApplication a( argc, argv ); // TQApplication required! const char *fileName = "car.pic"; // default picture file name -- cgit v1.2.1