diff options
author | Michele Calgaro <[email protected]> | 2020-05-23 23:00:08 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-05-23 23:00:36 +0900 |
commit | aed789a8c2a4e4f4b82bd3498e1f232c18d18a72 (patch) | |
tree | e05f533014e203a76c9d17b3f5363d5c2d963933 | |
parent | de4a08d56a71d42d90f40100dbf082b84535df40 (diff) | |
download | tqt3-aed789a8c2a4e4f4b82bd3498e1f232c18d18a72.tar.gz tqt3-aed789a8c2a4e4f4b82bd3498e1f232c18d18a72.zip |
Fixed minor typo in H file include names.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 4a8f6dd3c5aa6cce4f4b01fdce9692d6223baba8)
-rw-r--r-- | src/tools/ntqptrvector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/ntqptrvector.h b/src/tools/ntqptrvector.h index 046dc9486..4a1cff7f1 100644 --- a/src/tools/ntqptrvector.h +++ b/src/tools/ntqptrvector.h @@ -115,4 +115,4 @@ template<class type> inline void TQPtrVector<type>::deleteItem( TQPtrCollection: #define Q_DEFINED_QPTRVECTOR #include "ntqwinexport.h" -#endif // TQVECTOR_H +#endif // TQPTRVECTOR_H |