diff options
Diffstat (limited to 'kode/printer.cpp')
-rw-r--r-- | kode/printer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kode/printer.cpp b/kode/printer.cpp index 3adf32caf..5fa8907c4 100644 --- a/kode/printer.cpp +++ b/kode/printer.cpp @@ -326,7 +326,7 @@ void Printer::printHeader( const File &f ) // Create include guard TQString className = f.filename(); - className.replace( "-", "_" ); + className.tqreplace( "-", "_" ); TQString includeGuard; if ( !f.nameSpace().isEmpty() ) includeGuard += f.nameSpace().upper() + "_"; |