summaryrefslogtreecommitdiffstats
path: root/doc/html/qlistbox-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qlistbox-h.html')
-rw-r--r--doc/html/qlistbox-h.html10
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