diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:10:34 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:10:34 -0600 |
commit | 3f02581883759395fcd3935ec1d88ddca4895f32 (patch) | |
tree | 430f2ee10201b3709f2aecc8af30ea17467538ee /src/sequencer/main.cpp | |
parent | 2b56d6c1c189cc8cf026e32ba78340a727f0aab8 (diff) | |
download | rosegarden-3f02581883759395fcd3935ec1d88ddca4895f32.tar.gz rosegarden-3f02581883759395fcd3935ec1d88ddca4895f32.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/sequencer/main.cpp')
-rw-r--r-- | src/sequencer/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sequencer/main.cpp b/src/sequencer/main.cpp index e0db570..89c96a2 100644 --- a/src/sequencer/main.cpp +++ b/src/sequencer/main.cpp @@ -26,8 +26,8 @@ #include <unistd.h> #include <sys/time.h> -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> #include <klocale.h> #include <dcopclient.h> |