From 359640943bcf155faa9a067dde9e00a123276290 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Feb 2012 17:43:39 -0600 Subject: Automated update from Qt3 --- doc/html/qlistbox-h.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/qlistbox-h.html') diff --git a/doc/html/qlistbox-h.html b/doc/html/qlistbox-h.html index 3f60e964f..5d2aba309 100644 --- a/doc/html/qlistbox-h.html +++ b/doc/html/qlistbox-h.html @@ -97,7 +97,7 @@ class Q_EXPORT TQListBox : public TQScrollView friend class TQListBoxItem; friend class TQListBoxPrivate; - Q_OBJECT + TQ_OBJECT Q_ENUMS( SelectionMode LayoutMode ) Q_PROPERTY( uint count READ count ) Q_PROPERTY( int numItemsVisible READ numItemsVisible ) @@ -344,7 +344,7 @@ private: static TQListBox * changedListBox; private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQListBox( const TQListBox & ); TQListBox &operator=( const TQListBox & ); #endif @@ -402,7 +402,7 @@ private: friend class TQComboBoxPopupItem; private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQListBoxItem( const TQListBoxItem & ); TQListBoxItem &operator=( const TQListBoxItem & ); #endif @@ -427,7 +427,7 @@ protected: void paint( TQPainter * ); private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQListBoxText( const TQListBoxText & ); TQListBoxText &operator=( const TQListBoxText & ); #endif @@ -459,7 +459,7 @@ protected: private: TQPixmap pm; private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQListBoxPixmap( const TQListBoxPixmap & ); TQListBoxPixmap &operator=( const TQListBoxPixmap & ); #endif -- cgit v1.2.1