summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqlistbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/ntqlistbox.h')
-rw-r--r--src/widgets/ntqlistbox.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/widgets/ntqlistbox.h b/src/widgets/ntqlistbox.h
index a7764791d..91cece44e 100644
--- a/src/widgets/ntqlistbox.h
+++ b/src/widgets/ntqlistbox.h
@@ -61,7 +61,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 )
@@ -308,7 +308,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
@@ -366,7 +366,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
@@ -391,7 +391,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
@@ -423,7 +423,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