diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:51:32 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:51:32 -0600 |
commit | 5459fb4c7fae55b0f5ce4826d7bee2c32069d4cb (patch) | |
tree | 7fdeb64e5bef896a23bdf46847e3ffd3ec460cda /src/commands/studio | |
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/studio')
-rw-r--r-- | src/commands/studio/AddControlParameterCommand.h | 2 | ||||
-rw-r--r-- | src/commands/studio/CreateOrDeleteDeviceCommand.h | 2 | ||||
-rw-r--r-- | src/commands/studio/ModifyControlParameterCommand.h | 2 | ||||
-rw-r--r-- | src/commands/studio/ModifyDeviceCommand.h | 2 | ||||
-rw-r--r-- | src/commands/studio/ModifyDeviceMappingCommand.h | 2 | ||||
-rw-r--r-- | src/commands/studio/ModifyInstrumentMappingCommand.h | 2 | ||||
-rw-r--r-- | src/commands/studio/ReconnectDeviceCommand.h | 2 | ||||
-rw-r--r-- | src/commands/studio/RemoveControlParameterCommand.h | 2 | ||||
-rw-r--r-- | src/commands/studio/RenameDeviceCommand.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/src/commands/studio/AddControlParameterCommand.h b/src/commands/studio/AddControlParameterCommand.h index 3cbf903..841ceef 100644 --- a/src/commands/studio/AddControlParameterCommand.h +++ b/src/commands/studio/AddControlParameterCommand.h @@ -30,7 +30,7 @@ #include "base/Device.h" #include <kcommand.h> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/studio/CreateOrDeleteDeviceCommand.h b/src/commands/studio/CreateOrDeleteDeviceCommand.h index 3db7b25..4df85b3 100644 --- a/src/commands/studio/CreateOrDeleteDeviceCommand.h +++ b/src/commands/studio/CreateOrDeleteDeviceCommand.h @@ -31,7 +31,7 @@ #include <string> #include <kcommand.h> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/studio/ModifyControlParameterCommand.h b/src/commands/studio/ModifyControlParameterCommand.h index 1a32994..1821b9f 100644 --- a/src/commands/studio/ModifyControlParameterCommand.h +++ b/src/commands/studio/ModifyControlParameterCommand.h @@ -30,7 +30,7 @@ #include "base/Device.h" #include <kcommand.h> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/studio/ModifyDeviceCommand.h b/src/commands/studio/ModifyDeviceCommand.h index f6c5289..c6f2fa2 100644 --- a/src/commands/studio/ModifyDeviceCommand.h +++ b/src/commands/studio/ModifyDeviceCommand.h @@ -31,7 +31,7 @@ #include <string> #include <kcommand.h> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> class Modify; diff --git a/src/commands/studio/ModifyDeviceMappingCommand.h b/src/commands/studio/ModifyDeviceMappingCommand.h index 824b07e..3f220b7 100644 --- a/src/commands/studio/ModifyDeviceMappingCommand.h +++ b/src/commands/studio/ModifyDeviceMappingCommand.h @@ -31,7 +31,7 @@ #include <kcommand.h> #include <tqstring.h> #include <vector> -#include <klocale.h> +#include <tdelocale.h> class Modify; diff --git a/src/commands/studio/ModifyInstrumentMappingCommand.h b/src/commands/studio/ModifyInstrumentMappingCommand.h index f482008..32aa04f 100644 --- a/src/commands/studio/ModifyInstrumentMappingCommand.h +++ b/src/commands/studio/ModifyInstrumentMappingCommand.h @@ -31,7 +31,7 @@ #include <kcommand.h> #include <tqstring.h> #include <vector> -#include <klocale.h> +#include <tdelocale.h> class Modify; diff --git a/src/commands/studio/ReconnectDeviceCommand.h b/src/commands/studio/ReconnectDeviceCommand.h index ba445a6..b094014 100644 --- a/src/commands/studio/ReconnectDeviceCommand.h +++ b/src/commands/studio/ReconnectDeviceCommand.h @@ -30,7 +30,7 @@ #include <string> #include <kcommand.h> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/studio/RemoveControlParameterCommand.h b/src/commands/studio/RemoveControlParameterCommand.h index 9b8f82f..2fc8eed 100644 --- a/src/commands/studio/RemoveControlParameterCommand.h +++ b/src/commands/studio/RemoveControlParameterCommand.h @@ -30,7 +30,7 @@ #include "base/Device.h" #include <kcommand.h> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> diff --git a/src/commands/studio/RenameDeviceCommand.h b/src/commands/studio/RenameDeviceCommand.h index 8e4f1f4..941817f 100644 --- a/src/commands/studio/RenameDeviceCommand.h +++ b/src/commands/studio/RenameDeviceCommand.h @@ -30,7 +30,7 @@ #include <string> #include <kcommand.h> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> |