diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-24 21:15:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-24 21:15:00 +0900 |
commit | 64ae9886ea9940f28c2fe400d5f0e585a1344408 (patch) | |
tree | 72c5b3bfae58a32437ece21a6837a3eb6d29e8e2 /qtsharp | |
parent | d0630f96707fc1ae3c22bb7eea3e80a97b61e2eb (diff) | |
download | tdebindings-64ae9886ea9940f28c2fe400d5f0e585a1344408.tar.gz tdebindings-64ae9886ea9940f28c2fe400d5f0e585a1344408.zip |
Removed obsolete Qt2's TQStack class and replaced with TQt3's TQPtrStack.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtsharp')
-rw-r--r-- | qtsharp/src/libtqtsharp/customslot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qtsharp/src/libtqtsharp/customslot.h b/qtsharp/src/libtqtsharp/customslot.h index 8b68c0b4..eda314ee 100644 --- a/qtsharp/src/libtqtsharp/customslot.h +++ b/qtsharp/src/libtqtsharp/customslot.h @@ -9,7 +9,6 @@ #include <tqlistview.h> #include <tqiconview.h> #include <tqpoint.h> -#include <tqlist.h> #include <tqlistbox.h> #include <tqnetworkprotocol.h> #include <tqobject.h> |