summaryrefslogtreecommitdiffstats
path: root/kode/printer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kode/printer.cpp')
-rw-r--r--kode/printer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kode/printer.cpp b/kode/printer.cpp
index 3adf32ca..5fa8907c 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() + "_";