summaryrefslogtreecommitdiffstats
path: root/src/iconview
diff options
context:
space:
mode:
Diffstat (limited to 'src/iconview')
-rw-r--r--src/iconview/ntqiconview.h10
-rw-r--r--src/iconview/qiconview.cpp2
2 files changed, 6 insertions, 6 deletions
diff --git a/src/iconview/ntqiconview.h b/src/iconview/ntqiconview.h
index ea905fa56..6df2991f7 100644
--- a/src/iconview/ntqiconview.h
+++ b/src/iconview/ntqiconview.h
@@ -55,7 +55,7 @@
#ifndef QT_NO_ICONVIEW
-#if !defined( QT_MODULE_ICONVIEW ) || defined( QT_INTERNAL_ICONVIEW )
+#if !defined( TQT_MODULE_ICONVIEW ) || defined( QT_INTERNAL_ICONVIEW )
#define TQM_EXPORT_ICONVIEW
#else
#define TQM_EXPORT_ICONVIEW Q_EXPORT
@@ -94,7 +94,7 @@ private:
class TQM_EXPORT_ICONVIEW TQIconDrag : public TQDragObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
TQIconDrag( TQWidget * dragSource, const char* name = 0 );
virtual ~TQIconDrag();
@@ -111,7 +111,7 @@ private:
friend class TQIconView;
friend class TQIconViewPrivate;
-#if defined(Q_DISABLE_COPY) // Disabled copy constructor and operator=
+#if defined(TQ_DISABLE_COPY) // Disabled copy constructor and operator=
TQIconDrag( const TQIconDrag & );
TQIconDrag &operator=( const TQIconDrag & );
#endif
@@ -275,7 +275,7 @@ class TQM_EXPORT_ICONVIEW TQIconView : public TQScrollView
friend class TQIconViewPrivate;
friend class TQIconViewToolTip;
- Q_OBJECT
+ TQ_OBJECT
// #### sorting and sort direction do not work
Q_ENUMS( SelectionMode ItemTextPos Arrangement ResizeMode )
Q_PROPERTY( bool sorting READ sorting )
@@ -507,7 +507,7 @@ private:
TQIconViewPrivate *d;
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQIconView( const TQIconView & );
TQIconView& operator=( const TQIconView & );
#endif
diff --git a/src/iconview/qiconview.cpp b/src/iconview/qiconview.cpp
index 8b34b2887..47b1a1cf6 100644
--- a/src/iconview/qiconview.cpp
+++ b/src/iconview/qiconview.cpp
@@ -441,7 +441,7 @@ protected:
TQIconViewItem *item;
TQString startText;
private:
-#if defined(Q_DISABLE_COPY) // Disabled copy constructor and operator=
+#if defined(TQ_DISABLE_COPY) // Disabled copy constructor and operator=
TQIconViewItemLineEdit( const TQIconViewItemLineEdit & );
TQIconViewItemLineEdit &operator=( const TQIconViewItemLineEdit & );
#endif