diff options
Diffstat (limited to 'smoke/smoke.h')
-rw-r--r-- | smoke/smoke.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoke/smoke.h b/smoke/smoke.h index 91acea8..d0943af 100644 --- a/smoke/smoke.h +++ b/smoke/smoke.h @@ -72,7 +72,7 @@ public: * # is an object * ? is a non-scalar (reference to array or hash, undef) * - * e.g. QApplication(int &, char **) becomes QApplication$? + * e.g. TQApplication(int &, char **) becomes TQApplication$? */ struct MethodMap { Index classId; // Index into classes |