diff options
Diffstat (limited to 'tools/qembed/qembed.cpp')
-rw-r--r-- | tools/qembed/qembed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qembed/qembed.cpp b/tools/qembed/qembed.cpp index 9a3336e41..d13cf46a7 100644 --- a/tools/qembed/qembed.cpp +++ b/tools/qembed/qembed.cpp @@ -77,7 +77,7 @@ int main( int argc, char **argv ) TQStringList args; for ( int i = 1; i < argc; ++i ) { TQString file( argv[i] ); -#ifdef Q_WS_WIN +#ifdef TQ_WS_WIN // Since wildcards are not expanded automatically for us on Windows, we need to do // it ourselves if ( file.contains( '*' ) || file.contains( '?' ) ) { |