diff options
Diffstat (limited to 'qtjava/javalib/examples/sound/SoundPlayer.java')
-rw-r--r-- | qtjava/javalib/examples/sound/SoundPlayer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtjava/javalib/examples/sound/SoundPlayer.java b/qtjava/javalib/examples/sound/SoundPlayer.java index 81b7a932..cf546a16 100644 --- a/qtjava/javalib/examples/sound/SoundPlayer.java +++ b/qtjava/javalib/examples/sound/SoundPlayer.java @@ -57,7 +57,7 @@ SoundPlayer() file.insertItem("Play 3 and 4 together", this, SLOT("doPlay34()")); file.insertItem("Play all together", this, SLOT("doPlay1234()")); file.insertSeparator(); - file.insertItem("E&xit", qApp(), SLOT("quit()")); + file.insertItem("E&xit", tqApp(), SLOT("quit()")); menuBar().insertItem("&File", file); } |