diff options
Diffstat (limited to 'doc/man/man3/tqobjectcleanuphandler.3qt')
-rw-r--r-- | doc/man/man3/tqobjectcleanuphandler.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqobjectcleanuphandler.3qt b/doc/man/man3/tqobjectcleanuphandler.3qt index d6f4c5254..91d620cd1 100644 --- a/doc/man/man3/tqobjectcleanuphandler.3qt +++ b/doc/man/man3/tqobjectcleanuphandler.3qt @@ -43,7 +43,7 @@ Example: .PP .nf .br - class FactoryComponent : public FactoryInterface, public QLibraryInterface + class FactoryComponent : public FactoryInterface, public TQLibraryInterface .br { .br @@ -80,7 +80,7 @@ Example: } .br .br - // QLibraryInterface implementation + // TQLibraryInterface implementation .br bool FactoryComponent::init() .br |