summaryrefslogtreecommitdiffstats
path: root/src/gui/studio
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/studio')
-rw-r--r--src/gui/studio/BankEditorDialog.cpp2
-rw-r--r--src/gui/studio/ChangeRecordDeviceCommand.cpp2
-rw-r--r--src/gui/studio/DeviceManagerDialog.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/studio/BankEditorDialog.cpp b/src/gui/studio/BankEditorDialog.cpp
index 8c0b885..1f34ce7 100644
--- a/src/gui/studio/BankEditorDialog.cpp
+++ b/src/gui/studio/BankEditorDialog.cpp
@@ -50,7 +50,7 @@
#include <kaction.h>
#include <kcombobox.h>
#include <kcommand.h>
-#include <kfiledialog.h>
+#include <tdefiledialog.h>
#include <kglobal.h>
#include <klistview.h>
#include <kmainwindow.h>
diff --git a/src/gui/studio/ChangeRecordDeviceCommand.cpp b/src/gui/studio/ChangeRecordDeviceCommand.cpp
index e9ee7f5..fb819ea 100644
--- a/src/gui/studio/ChangeRecordDeviceCommand.cpp
+++ b/src/gui/studio/ChangeRecordDeviceCommand.cpp
@@ -27,7 +27,7 @@
#include "document/ConfigGroups.h"
#include "sound/MappedEvent.h"
#include <kapplication.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
namespace Rosegarden
{
diff --git a/src/gui/studio/DeviceManagerDialog.cpp b/src/gui/studio/DeviceManagerDialog.cpp
index bb4e1f3..149a245 100644
--- a/src/gui/studio/DeviceManagerDialog.cpp
+++ b/src/gui/studio/DeviceManagerDialog.cpp
@@ -48,7 +48,7 @@
#include <klocale.h>
#include <kstddirs.h>
#include <kaction.h>
-#include <kfiledialog.h>
+#include <tdefiledialog.h>
#include <kglobal.h>
#include <kmainwindow.h>
#include <kmessagebox.h>