diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-18 22:58:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-21 19:17:27 +0900 |
commit | 45505b78efcaf13c9741899b47a471270aeabd97 (patch) | |
tree | 8afc4a112bde09d3d00c4ee971b1ea8c92113dd1 /smoke/tqt/tqt_smoke.h | |
parent | 10ee12b66a226f890b423ab711e17efd04bd2f70 (diff) | |
download | libtqt-perl-bug/266/move-to-usr.tar.gz libtqt-perl-bug/266/move-to-usr.zip |
smoke's qt -> tqt renaming. This relates to bug 266.bug/266/move-to-usr
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'smoke/tqt/tqt_smoke.h')
-rw-r--r-- | smoke/tqt/tqt_smoke.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/smoke/tqt/tqt_smoke.h b/smoke/tqt/tqt_smoke.h new file mode 100644 index 0000000..3ca29df --- /dev/null +++ b/smoke/tqt/tqt_smoke.h @@ -0,0 +1,9 @@ +#ifndef TQT_SMOKE_H +#define TQT_SMOKE_H + +// Defined in smokedata.cpp, initialized by init_qt_Smoke(), used by all .cpp files +extern Smoke* qt_Smoke; + +class TQGlobalSpace { }; + +#endif |