From 7608f0043b6dfc0b1adcaa8912793e1d3fe7b636 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 20 Oct 2012 20:01:48 -0500 Subject: Automated update from Qt3 --- doc/html/activeqt-dotnet.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/activeqt-dotnet.html') diff --git a/doc/html/activeqt-dotnet.html b/doc/html/activeqt-dotnet.html index ce36ca105..0df4d63c3 100644 --- a/doc/html/activeqt-dotnet.html +++ b/doc/html/activeqt-dotnet.html @@ -133,7 +133,7 @@ managed programming language. class Worker : public TQObject { TQ_OBJECT - Q_PROPERTY(TQString statusString READ statusString WRITE setStatusString) + TQ_PROPERTY(TQString statusString READ statusString WRITE setStatusString) public: Worker(); @@ -150,7 +150,7 @@ managed programming language. };

The TQt class has nothing unusual for TQt users, and as even the TQt -specialities like Q_PROPERTY, slots and signals are +specialities like TQ_PROPERTY, slots and signals are implemented with straight C++ they don't cause any trouble when compiling this class with any C++ compiler.

-- cgit v1.2.1