diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:51:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:51:32 -0600 |
commit | 5459fb4c7fae55b0f5ce4826d7bee2c32069d4cb (patch) | |
tree | 7fdeb64e5bef896a23bdf46847e3ffd3ec460cda /src/gui/editors/segment/TrackEditor.cpp | |
parent | 3f02581883759395fcd3935ec1d88ddca4895f32 (diff) | |
download | rosegarden-5459fb4c7fae55b0f5ce4826d7bee2c32069d4cb.tar.gz rosegarden-5459fb4c7fae55b0f5ce4826d7bee2c32069d4cb.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/gui/editors/segment/TrackEditor.cpp')
-rw-r--r-- | src/gui/editors/segment/TrackEditor.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/editors/segment/TrackEditor.cpp b/src/gui/editors/segment/TrackEditor.cpp index 0638aba..c4e13a2 100644 --- a/src/gui/editors/segment/TrackEditor.cpp +++ b/src/gui/editors/segment/TrackEditor.cpp @@ -27,7 +27,7 @@ #include <tqlayout.h> #include <tdeapplication.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdeconfig.h> #include <kstddirs.h> #include "misc/Debug.h" @@ -62,8 +62,8 @@ #include "TrackEditorIface.h" #include <dcopobject.h> #include <kcommand.h> -#include <kglobal.h> -#include <kmessagebox.h> +#include <tdeglobal.h> +#include <tdemessagebox.h> #include <tqapplication.h> #include <tqcursor.h> #include <tqfont.h> |