diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-23 23:00:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-23 23:00:08 +0900 |
commit | 4a8f6dd3c5aa6cce4f4b01fdce9692d6223baba8 (patch) | |
tree | 020312b5ca362516f2a378b4265da07bab15839b /src | |
parent | 292fa30f0fade0c2742ef4b4ccc28be79dfe747c (diff) | |
download | tqt3-4a8f6dd3c5aa6cce4f4b01fdce9692d6223baba8.tar.gz tqt3-4a8f6dd3c5aa6cce4f4b01fdce9692d6223baba8.zip |
Fixed minor typo in H file include names.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-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 38101a21c..b2e641e7a 100644 --- a/src/tools/ntqptrvector.h +++ b/src/tools/ntqptrvector.h @@ -111,4 +111,4 @@ template<class type> inline void TQPtrVector<type>::deleteItem( TQPtrCollection: #define Q_DEFINED_QPTRVECTOR #include "ntqwinexport.h" -#endif // TQVECTOR_H +#endif // TQPTRVECTOR_H |