diff options
author | Michele Calgaro <[email protected]> | 2023-06-03 11:17:13 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-06-03 11:17:13 +0900 |
commit | 1c79e9f894674ffa87cb10d0a218fae8d9feda7f (patch) | |
tree | 3f93cb186b74281ffe47d40199b55a569015975f /qtinterface/interface_tqt3/tqqueue.h | |
parent | 21cd206930efb1aa7cf97b150e9f29d9a8814bfc (diff) | |
download | tqtinterface-1c79e9f894674ffa87cb10d0a218fae8d9feda7f.tar.gz tqtinterface-1c79e9f894674ffa87cb10d0a218fae8d9feda7f.zip |
Drop Qt2 obsolete classes
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'qtinterface/interface_tqt3/tqqueue.h')
-rw-r--r-- | qtinterface/interface_tqt3/tqqueue.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/qtinterface/interface_tqt3/tqqueue.h b/qtinterface/interface_tqt3/tqqueue.h deleted file mode 100644 index 42d16eb..0000000 --- a/qtinterface/interface_tqt3/tqqueue.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - -Copyright (C) 2010 Timothy Pearson <[email protected]> - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. - -You should have received a copy of the GNU Library General Public License -along with this library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. - -*/ - -#ifndef TQT_TQQUEUE_H -#define TQT_TQQUEUE_H - -#include <tqt.h> - -// Pull in tqptrqueue defines - -#include <ntqptrqueue.h> - -#endif /* TQT_TQQUEUE_H */ |