diff options
Diffstat (limited to 'languages/cpp/declarationinfo.h')
-rw-r--r-- | languages/cpp/declarationinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/declarationinfo.h b/languages/cpp/declarationinfo.h index 8b55557e..de49dae3 100644 --- a/languages/cpp/declarationinfo.h +++ b/languages/cpp/declarationinfo.h @@ -44,7 +44,7 @@ struct DeclarationInfo { } TQString locationToText() const { - return TQString("line %1 col %2 - line %3 col %4\nfile: %5").arg(startLine).arg(startCol).arg(endLine).arg(endCol).arg(file); + return TQString("line %1 col %2 - line %3 col %4\nfile: %5").tqarg(startLine).tqarg(startCol).tqarg(endLine).tqarg(endCol).tqarg(file); } TQString toText() const { |