diff options
author | Timothy Pearson <[email protected]> | 2011-11-23 21:05:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-23 21:05:40 -0600 |
commit | fc02a7a58c4452af1c0cc7f0ef6f1af72b7b0497 (patch) | |
tree | f20a4c37bf91aa9ef576084f1213deb22f6ab4d5 /qtinterface | |
parent | a0f7555de644a8ab9744756f8db83e2fafd09956 (diff) | |
download | tqtinterface-fc02a7a58c4452af1c0cc7f0ef6f1af72b7b0497.tar.gz tqtinterface-fc02a7a58c4452af1c0cc7f0ef6f1af72b7b0497.zip |
Fix FTBFS
Diffstat (limited to 'qtinterface')
-rw-r--r-- | qtinterface/tqt.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qtinterface/tqt.h.cmake b/qtinterface/tqt.h.cmake index b56df0b..c37f790 100644 --- a/qtinterface/tqt.h.cmake +++ b/qtinterface/tqt.h.cmake @@ -330,7 +330,10 @@ Boston, MA 02110-1301, USA. #define TQAlignCenter AlignCenter #define TQNoBrush NoBrush + +#ifndef TQT_REAL_TQT #define aboutTQt aboutQt +#endif #define tqred red #define tqgreen green |