diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:13:55 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:13:55 -0600 |
commit | 5e6e2fd8352a86fb70f804472a6346868483623a (patch) | |
tree | dfc010a4f5fb5624b094cdb01295591c8879debf /src/gui/studio/ChangeRecordDeviceCommand.cpp | |
parent | 59ff04ffaf48f18383b39ea6da17b8e18b6b50c3 (diff) | |
download | rosegarden-5e6e2fd8352a86fb70f804472a6346868483623a.tar.gz rosegarden-5e6e2fd8352a86fb70f804472a6346868483623a.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/gui/studio/ChangeRecordDeviceCommand.cpp')
-rw-r--r-- | src/gui/studio/ChangeRecordDeviceCommand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/studio/ChangeRecordDeviceCommand.cpp b/src/gui/studio/ChangeRecordDeviceCommand.cpp index 5f46eff..e9ee7f5 100644 --- a/src/gui/studio/ChangeRecordDeviceCommand.cpp +++ b/src/gui/studio/ChangeRecordDeviceCommand.cpp @@ -36,7 +36,7 @@ void ChangeRecordDeviceCommand::swap() { - KConfig *config = kapp->config(); + TDEConfig *config = kapp->config(); config->setGroup(Rosegarden::SequencerOptionsConfigGroup); TQStringList devList = config->readListEntry("midirecorddevice"); TQString sdevice = TQString::number(m_deviceId); |