From 359640943bcf155faa9a067dde9e00a123276290 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Feb 2012 17:43:39 -0600 Subject: Automated update from Qt3 --- doc/html/commonproblems.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/commonproblems.html') diff --git a/doc/html/commonproblems.html b/doc/html/commonproblems.html index 8074f0f86..55da31fa0 100644 --- a/doc/html/commonproblems.html +++ b/doc/html/commonproblems.html @@ -53,7 +53,7 @@ machine

Link error, complaining about a lack of vtbl, _vtbl, __vtbl or similar

-

This indicates that you've included the Q_OBJECT macro in a class +

This indicates that you've included the TQ_OBJECT macro in a class declaration and probably also run the moc, but forgot to link the moc-generated object code into your executable. See Using the Meta Object Compiler for details on how to use moc.

-- cgit v1.2.3