summaryrefslogtreecommitdiffstats
path: root/kommander/editor/parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/editor/parser.cpp')
-rw-r--r--kommander/editor/parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/editor/parser.cpp b/kommander/editor/parser.cpp
index fa264796..85446fa0 100644
--- a/kommander/editor/parser.cpp
+++ b/kommander/editor/parser.cpp
@@ -62,5 +62,5 @@ TQString Parser::cleanArgs( const TQString &func )
}
res += ")";
- return TQString::tqfromLatin1( NormalizeObject::normalizeSignalSlot( res.latin1() ) );
+ return TQString::fromLatin1( NormalizeObject::normalizeSignalSlot( res.latin1() ) );
}