diff options
Diffstat (limited to 'doc/html/qclipboard-h.html')
-rw-r--r-- | doc/html/qclipboard-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qclipboard-h.html b/doc/html/qclipboard-h.html index 4b5bf5189..5f87a2d04 100644 --- a/doc/html/qclipboard-h.html +++ b/doc/html/qclipboard-h.html @@ -88,7 +88,7 @@ class TQMimeSource; class Q_EXPORT TQClipboard : public TQObject { - Q_OBJECT + TQ_OBJECT private: TQClipboard( TQObject *parent=0, const char *name=0 ); ~TQClipboard(); @@ -159,7 +159,7 @@ private: #endif // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQClipboard( const TQClipboard & ); TQClipboard &operator=( const TQClipboard & ); #endif |