summaryrefslogtreecommitdiffstats
path: root/src/table/ntqtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/table/ntqtable.h')
-rw-r--r--src/table/ntqtable.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/table/ntqtable.h b/src/table/ntqtable.h
index 67f7f2a6..a5202725 100644
--- a/src/table/ntqtable.h
+++ b/src/table/ntqtable.h
@@ -57,7 +57,7 @@
#ifndef QT_NO_TABLE
-#if !defined( QT_MODULE_TABLE ) || defined( QT_LICENSE_PROFESSIONAL ) || defined( QT_INTERNAL_TABLE )
+#if !defined( TQT_MODULE_TABLE ) || defined( QT_LICENSE_PROFESSIONAL ) || defined( QT_INTERNAL_TABLE )
#define TQM_EXPORT_TABLE
#ifndef TQM_TEMPLATE_EXTERN_TABLE
# define TQM_TEMPLATE_EXTERN_TABLE
@@ -175,7 +175,7 @@ private:
uint enabled : 1;
int rw, cl;
int rowspan, colspan;
-#if (QT_VERSION >= 0x040000)
+#if (TQT_VERSION >= 0x040000)
#error "Add a setAlignment() function in 4.0 (but no d pointer)"
#endif
};
@@ -246,7 +246,7 @@ private:
class TQM_EXPORT_TABLE TQTable : public TQScrollView
{
- Q_OBJECT
+ TQ_OBJECT
Q_ENUMS( SelectionMode FocusStyle )
Q_PROPERTY( int numRows READ numRows WRITE setNumRows )
Q_PROPERTY( int numCols READ numCols WRITE setNumCols )
@@ -552,7 +552,7 @@ private:
FocusStyle focusStl;
TQSize unused_cachedSizeHint; // ### remove in 4.0
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQTable( const TQTable & );
TQTable &operator=( const TQTable & );
#endif