diff options
Diffstat (limited to 'tests/mergecalendars.cc')
-rw-r--r-- | tests/mergecalendars.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mergecalendars.cc b/tests/mergecalendars.cc index ea2970d..898eb8c 100644 --- a/tests/mergecalendars.cc +++ b/tests/mergecalendars.cc @@ -84,8 +84,8 @@ int main(int argc, char **argv) return 1; } - TQString korgsave = TQString("%1.updated").tqarg(korgfile); - TQString newfilesave = TQString("%1.updated").tqarg(newfile); + TQString korgsave = TQString("%1.updated").arg(korgfile); + TQString newfilesave = TQString("%1.updated").arg(newfile); DEBUGKPILOT << "Using korgfile: [" << korgfile << "]" << endl; |