diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 15:55:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 15:55:57 -0600 |
commit | 9ba04742771370f59740e32e11c5f3a1e6a1b70a (patch) | |
tree | c81c34dae2b3b1ea73801bf18a960265dc4207f7 /qtjava/javalib/test/Foo.java | |
parent | 1a96c45b22d01378202d9dc7ed9c47acd30f966e (diff) | |
download | tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.tar.gz tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.zip |
Initial TQt conversion
Diffstat (limited to 'qtjava/javalib/test/Foo.java')
-rw-r--r-- | qtjava/javalib/test/Foo.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtjava/javalib/test/Foo.java b/qtjava/javalib/test/Foo.java index e4bddb6d..3d4e5784 100644 --- a/qtjava/javalib/test/Foo.java +++ b/qtjava/javalib/test/Foo.java @@ -7,7 +7,7 @@ public class Foo extends AppWizardBase { * The wizard will by default be modeless, unless you set 'modal' to * true to construct a modal wizard. */ -Foo( QWidget parent, String name, boolean modal, int fl ) +Foo( TQWidget parent, String name, boolean modal, int fl ) { super( parent, name, modal, fl ); } |