summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-27 00:56:23 -0600
committerTimothy Pearson <[email protected]>2013-01-27 00:56:23 -0600
commit20d323dbbfc6fd6b6ecb6de707e7cf86d2b0a4ed (patch)
tree7d550525e0385669bb07dc4abd0f686f321b75de /src/gui/widgets
parentd4c3b9d53d39aade596dc71b71575fc38299995b (diff)
downloadrosegarden-20d323dbbfc6fd6b6ecb6de707e7cf86d2b0a4ed.tar.gz
rosegarden-20d323dbbfc6fd6b6ecb6de707e7cf86d2b0a4ed.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/gui/widgets')
-rw-r--r--src/gui/widgets/CollapsingFrame.cpp2
-rw-r--r--src/gui/widgets/QuantizeParameters.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/CollapsingFrame.cpp b/src/gui/widgets/CollapsingFrame.cpp
index eec56da..2fe179f 100644
--- a/src/gui/widgets/CollapsingFrame.cpp
+++ b/src/gui/widgets/CollapsingFrame.cpp
@@ -26,7 +26,7 @@
#include "CollapsingFrame.h"
#include <kapplication.h>
#include <kstddirs.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kglobal.h>
#include <tqfont.h>
#include <tqframe.h>
diff --git a/src/gui/widgets/QuantizeParameters.cpp b/src/gui/widgets/QuantizeParameters.cpp
index 01a7cc5..a51f099 100644
--- a/src/gui/widgets/QuantizeParameters.cpp
+++ b/src/gui/widgets/QuantizeParameters.cpp
@@ -36,7 +36,7 @@
#include "gui/editors/notation/NotationStrings.h"
#include "gui/editors/notation/NotePixmapFactory.h"
#include <kcombobox.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <tqcheckbox.h>
#include <tqframe.h>
#include <tqgroupbox.h>