diff options
Diffstat (limited to 'tools/msg2tqm')
-rw-r--r-- | tools/msg2tqm/msg2tqm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/msg2tqm/msg2tqm.cpp b/tools/msg2tqm/msg2tqm.cpp index 57994ce80..103c38432 100644 --- a/tools/msg2tqm/msg2tqm.cpp +++ b/tools/msg2tqm/msg2tqm.cpp @@ -210,7 +210,7 @@ void translate( const TQString& filename, const TQString& qmfile ) } -// workaround for BCC problem, tqtranslator.h includes ntqwindowdefs.h via tqobject.h, see NEEDS_QMAIN +// workaround for BCC problem, tqtranslator.h includes tqwindowdefs.h via tqobject.h, see NEEDS_QMAIN #if defined(main) #undef main #endif |