summaryrefslogtreecommitdiffstats
path: root/kode/automakefile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kode/automakefile.cpp')
-rw-r--r--kode/automakefile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kode/automakefile.cpp b/kode/automakefile.cpp
index 468059ae..2be52ae3 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() )