diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:56:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:56:23 -0600 |
commit | 20d323dbbfc6fd6b6ecb6de707e7cf86d2b0a4ed (patch) | |
tree | 7d550525e0385669bb07dc4abd0f686f321b75de /src/gui/studio/BankEditorDialog.cpp | |
parent | d4c3b9d53d39aade596dc71b71575fc38299995b (diff) | |
download | rosegarden-20d323dbbfc6fd6b6ecb6de707e7cf86d2b0a4ed.tar.gz rosegarden-20d323dbbfc6fd6b6ecb6de707e7cf86d2b0a4ed.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/gui/studio/BankEditorDialog.cpp')
-rw-r--r-- | src/gui/studio/BankEditorDialog.cpp | 2 |
1 files changed, 1 insertions, 1 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> |