diff options
Diffstat (limited to 'src/document/io')
-rw-r--r-- | src/document/io/LilyPondExporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document/io/LilyPondExporter.cpp b/src/document/io/LilyPondExporter.cpp index 38b0fea..e7292f7 100644 --- a/src/document/io/LilyPondExporter.cpp +++ b/src/document/io/LilyPondExporter.cpp @@ -66,7 +66,7 @@ #include "gui/editors/guitar/Chord.h" #include "gui/general/ProgressReporter.h" #include "gui/widgets/CurrentProgressDialog.h" -#include <kconfig.h> +#include <tdeconfig.h> #include <kmessagebox.h> #include <tqfileinfo.h> #include <tqobject.h> |