diff options
Diffstat (limited to 'kode/automakefile.cpp')
-rw-r--r-- | kode/automakefile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kode/automakefile.cpp b/kode/automakefile.cpp index 468059ae3..2be52ae38 100644 --- a/kode/automakefile.cpp +++ b/kode/automakefile.cpp @@ -98,7 +98,7 @@ TQString AutoMakefile::text() const if ( t.type() != targetType ) continue; TQString name = t.name(); - name.replace( '.', '_' ); + name.tqreplace( '.', '_' ); out += name + "_SOURCES = " + t.sources() + '\n'; if ( !t.libAdd().isEmpty() ) |