summaryrefslogtreecommitdiffstats
path: root/src/kile/latexcmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kile/latexcmd.cpp')
-rw-r--r--src/kile/latexcmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kile/latexcmd.cpp b/src/kile/latexcmd.cpp
index aa01076..7bec0be 100644
--- a/src/kile/latexcmd.cpp
+++ b/src/kile/latexcmd.cpp
@@ -405,7 +405,7 @@ TQString LatexCommands::configString(LatexCmdAttributes &attr,bool env)
TQChar ch = getAttrChar( attr.type );
if ( ch == '?' )
return TQString();
- TQString s = TQString("%1,").tqarg(ch);
+ TQString s = TQString("%1,").arg(ch);
// all environments/commands have starred attribute
if ( attr.starred )