diff options
Diffstat (limited to 'src/commands/renamecollection.cpp')
-rw-r--r-- | src/commands/renamecollection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/renamecollection.cpp b/src/commands/renamecollection.cpp index 9aaf022..e80244c 100644 --- a/src/commands/renamecollection.cpp +++ b/src/commands/renamecollection.cpp @@ -15,7 +15,7 @@ #include "../document.h" #include "../collection.h" -#include <klocale.h> +#include <tdelocale.h> using Tellico::Command::RenameCollection; |