summaryrefslogtreecommitdiffstats
path: root/doc/html/qtimer-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qtimer-h.html')
-rw-r--r--doc/html/qtimer-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qtimer-h.html b/doc/html/qtimer-h.html
index aeb4271b..b639bee7 100644
--- a/doc/html/qtimer-h.html
+++ b/doc/html/qtimer-h.html
@@ -84,7 +84,7 @@ body { background: #ffffff; color: black; }
class Q_EXPORT TQTimer : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
TQTimer( TQObject *parent=0, const char *name=0 );
~TQTimer();
@@ -111,7 +111,7 @@ private:
uint nulltimer : 1;
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQTimer( const TQTimer & );
TQTimer &operator=( const TQTimer & );
#endif