diff options
author | Timothy Pearson <[email protected]> | 2012-02-27 02:13:42 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-27 02:13:42 -0600 |
commit | 520c05ef06ce203ad32470730f68402bc7719157 (patch) | |
tree | 8d0bb18bbbecb4c837e232848905e5819db84b81 /examples/scribble/scribble.cpp | |
parent | b82553bf90cb5311cfe8e673b07cf6cffc95fd3c (diff) | |
download | tqt3-520c05ef06ce203ad32470730f68402bc7719157.tar.gz tqt3-520c05ef06ce203ad32470730f68402bc7719157.zip |
Automated update from qt3
Diffstat (limited to 'examples/scribble/scribble.cpp')
-rw-r--r-- | examples/scribble/scribble.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scribble/scribble.cpp b/examples/scribble/scribble.cpp index 520cef7fd..03a3cf3e0 100644 --- a/examples/scribble/scribble.cpp +++ b/examples/scribble/scribble.cpp @@ -33,7 +33,7 @@ Canvas::Canvas( TQWidget *parent, const char *name ) mousePressed( FALSE ), buffer( width(), height() ) { - if ((qApp->argc() > 0) && !buffer.load(qApp->argv()[1])) + if ((tqApp->argc() > 0) && !buffer.load(tqApp->argv()[1])) buffer.fill( colorGroup().base() ); setBackgroundMode( TQWidget::PaletteBase ); #ifndef QT_NO_CURSOR |