summaryrefslogtreecommitdiffstats
path: root/src/compat/ntqvector.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-10-20 21:47:53 +0900
committerMichele Calgaro <[email protected]>2018-10-20 21:47:53 +0900
commitc048ce6e8cc109b317293d380a5053e19a37dd31 (patch)
tree48aec6b3314b880d050fb9d243b3b50b4c6fc658 /src/compat/ntqvector.h
parent789e7c7f92e09fb31549a5126281331b86834008 (diff)
downloadtqt3-c048ce6e8cc109b317293d380a5053e19a37dd31.tar.gz
tqt3-c048ce6e8cc109b317293d380a5053e19a37dd31.zip
Removed obsolete Qt2's TQVector class and replaced
with TQt3's TQPtrVector. Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/compat/ntqvector.h')
-rw-r--r--src/compat/ntqvector.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/compat/ntqvector.h b/src/compat/ntqvector.h
deleted file mode 100644
index 54491f813..000000000
--- a/src/compat/ntqvector.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/****************************************************************************
-**
-** Compatibility file - should only be included by legacy code.
-** It #includes the file which obsoletes this one.
-**
-** Copyright (C) 1998-2008 Trolltech ASA. All rights reserved.
-** This file is part of the TQt GUI Toolkit.
-**
-** This file may be distributed under the terms of the Q Public License
-** as defined by Trolltech ASA of Norway and appearing in the file
-** LICENSE.TQPL included in the packaging of this file.
-**
-** Licensees holding valid TQt Professional Edition licenses may use this
-** file in accordance with the TQt Professional Edition License Agreement
-** provided with the TQt Professional Edition.
-**
-** See http://www.trolltech.com/pricing.html or email [email protected] for
-** information about the Professional Edition licensing, or see
-** http://www.trolltech.com/qpl/ for TQPL licensing information.
-**
-*****************************************************************************/
-#ifndef TQVECTOR_H
-#define TQVECTOR_H
-#ifndef TQT_NO_COMPAT
-#include "ntqptrvector.h"
-#endif
-#endif