diff options
author | Timothy Pearson <[email protected]> | 2012-02-13 17:43:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-13 17:43:39 -0600 |
commit | 359640943bcf155faa9a067dde9e00a123276290 (patch) | |
tree | fb3d55ea5e18949042fb0064123fb73d2b1eb932 /doc/html/qlistbox-h.html | |
parent | a829bcdc533e154000803d517200d32fe762e85c (diff) | |
download | tqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz tqt3-359640943bcf155faa9a067dde9e00a123276290.zip |
Automated update from Qt3
Diffstat (limited to 'doc/html/qlistbox-h.html')
-rw-r--r-- | doc/html/qlistbox-h.html | 10 |
1 files changed, 5 insertions, 5 deletions
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 |