summaryrefslogtreecommitdiffstats
path: root/src/tools/tqmemarray.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/tqmemarray.h')
-rw-r--r--src/tools/tqmemarray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tqmemarray.h b/src/tools/tqmemarray.h
index 39898a47a..2f7aab38c 100644
--- a/src/tools/tqmemarray.h
+++ b/src/tools/tqmemarray.h
@@ -59,7 +59,7 @@ protected:
public:
TQMemArray() {}
- TQMemArray( int size ) : TQGArray(size*sizeof(type)) {} // ### 4.0 Q_EXPLICIT
+ TQMemArray( int size ) : TQGArray(size*sizeof(type)) {} // ### 4.0 explicit
TQMemArray( const TQMemArray<type> &a ) : TQGArray(a) {}
~TQMemArray() {}
TQMemArray<type> &operator=(const TQMemArray<type> &a)