diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:51:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:51:32 -0600 |
commit | 5459fb4c7fae55b0f5ce4826d7bee2c32069d4cb (patch) | |
tree | 7fdeb64e5bef896a23bdf46847e3ffd3ec460cda /src/commands/edit/SetLyricsCommand.h | |
parent | 3f02581883759395fcd3935ec1d88ddca4895f32 (diff) | |
download | rosegarden-5459fb4c7fae55b0f5ce4826d7bee2c32069d4cb.tar.gz rosegarden-5459fb4c7fae55b0f5ce4826d7bee2c32069d4cb.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/commands/edit/SetLyricsCommand.h')
-rw-r--r-- | src/commands/edit/SetLyricsCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/edit/SetLyricsCommand.h b/src/commands/edit/SetLyricsCommand.h index 1d42150..e3a8589 100644 --- a/src/commands/edit/SetLyricsCommand.h +++ b/src/commands/edit/SetLyricsCommand.h @@ -29,7 +29,7 @@ #include <kcommand.h> #include <tqstring.h> #include <vector> -#include <klocale.h> +#include <tdelocale.h> |