summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/examples/sound/SoundPlayer.java
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-27 17:55:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-27 17:55:22 -0600
commitef5a04df564ad5c27406c41fb55e32ad3aa39d25 (patch)
treebf521221fffb7a73f318fc5579da7c25fed9ff74 /qtjava/javalib/examples/sound/SoundPlayer.java
parent6d5f6f30f0236920737b74261e664fdaab90c33c (diff)
downloadtdebindings-ef5a04df564ad5c27406c41fb55e32ad3aa39d25.tar.gz
tdebindings-ef5a04df564ad5c27406c41fb55e32ad3aa39d25.zip
Rename tqt3 color functions
Diffstat (limited to 'qtjava/javalib/examples/sound/SoundPlayer.java')
-rw-r--r--qtjava/javalib/examples/sound/SoundPlayer.java2
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);
}