diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/man/man1/moc.1 | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'doc/man/man1/moc.1')
-rw-r--r-- | doc/man/man1/moc.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man1/moc.1 b/doc/man/man1/moc.1 index 5f806ec98..749b3de5f 100644 --- a/doc/man/man1/moc.1 +++ b/doc/man/man1/moc.1 @@ -29,7 +29,7 @@ If you use .B qmake to create your Makefiles, build rules will be included that call the .B moc -when retquired, so you will not need to use the +when required, so you will not need to use the .B moc directly. .PP @@ -226,7 +226,7 @@ signals: Less importantly, the following constructs are illegal. All of them have have alternatives which we think are usually better, so removing these limitations is not a high priority for us. -.SS "Multiple inheritance retquires QObject to be first." +.SS "Multiple inheritance requires QObject to be first." If you are using multiple inheritance, .B moc assumes that the |