diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:56:23 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:56:23 -0600 |
commit | 20d323dbbfc6fd6b6ecb6de707e7cf86d2b0a4ed (patch) | |
tree | 7d550525e0385669bb07dc4abd0f686f321b75de /src/gui/editors/matrix | |
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/editors/matrix')
-rw-r--r-- | src/gui/editors/matrix/MatrixSelector.cpp | 2 | ||||
-rw-r--r-- | src/gui/editors/matrix/MatrixView.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/editors/matrix/MatrixSelector.cpp b/src/gui/editors/matrix/MatrixSelector.cpp index 5b3dd26..c9c3b32 100644 --- a/src/gui/editors/matrix/MatrixSelector.cpp +++ b/src/gui/editors/matrix/MatrixSelector.cpp @@ -49,7 +49,7 @@ #include <kaction.h> #include <kglobal.h> #include <kapplication.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <tqdialog.h> #include <tqiconset.h> #include <tqpoint.h> diff --git a/src/gui/editors/matrix/MatrixView.cpp b/src/gui/editors/matrix/MatrixView.cpp index 5f69a39..f7665c9 100644 --- a/src/gui/editors/matrix/MatrixView.cpp +++ b/src/gui/editors/matrix/MatrixView.cpp @@ -106,7 +106,7 @@ #include <kstddirs.h> #include <kaction.h> #include <kcombobox.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdockwidget.h> #include <kglobal.h> #include <kmessagebox.h> |