diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-23 22:44:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-23 22:44:13 +0900 |
commit | 61ee606981960150ffa7e565908558cecf1108a8 (patch) | |
tree | 2d2dbb7b65c2c54266a0d1d5d97c498f62fabc52 /qtinterface/iqtimer.cpp | |
parent | e373db3cf2c5aee04a7e24f610b99c8c8f6493a0 (diff) | |
download | tqtinterface-61ee606981960150ffa7e565908558cecf1108a8.tar.gz tqtinterface-61ee606981960150ffa7e565908558cecf1108a8.zip |
Removed obsolete Qt2's TQStack, TQVector, TQList, TQListIterator classes.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtinterface/iqtimer.cpp')
-rw-r--r-- | qtinterface/iqtimer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtinterface/iqtimer.cpp b/qtinterface/iqtimer.cpp index c48774f..f4fd0e7 100644 --- a/qtinterface/iqtimer.cpp +++ b/qtinterface/iqtimer.cpp @@ -20,7 +20,7 @@ Boston, MA 02110-1301, USA. */ #include <tqt.h> -#include <qtimer.h> +#include <tqtimer.h> #ifdef USE_QT3 |