diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 16:39:08 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 16:39:08 -0600 |
| commit | c410ec66cc4b4c62e450ced0df9197709b19f527 (patch) | |
| tree | 92a41595890413374b4e92c771e5188c9da605a5 /qtjava/javalib/test/QTimerTest.java | |
| parent | 5efb4bb52888eefcf27750194953d14b0a616b89 (diff) | |
| download | tdebindings-c410ec66cc4b4c62e450ced0df9197709b19f527.tar.gz tdebindings-c410ec66cc4b4c62e450ced0df9197709b19f527.zip | |
Fix aboutTQt
Diffstat (limited to 'qtjava/javalib/test/QTimerTest.java')
| -rw-r--r-- | qtjava/javalib/test/QTimerTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtjava/javalib/test/QTimerTest.java b/qtjava/javalib/test/QTimerTest.java index c364f68b..4baf19f9 100644 --- a/qtjava/javalib/test/QTimerTest.java +++ b/qtjava/javalib/test/QTimerTest.java @@ -230,7 +230,7 @@ public class TQTimerTest extends TQWidget { public void slotAboutQt() { - TQMessageBox.aboutQt( this, "About Qt" ); + TQMessageBox.aboutTQt( this, "About Qt" ); } public void slotColorMenu( int item ) |
