diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:10:34 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:10:34 -0600 |
commit | 3f02581883759395fcd3935ec1d88ddca4895f32 (patch) | |
tree | 430f2ee10201b3709f2aecc8af30ea17467538ee /src/gui/kdeext/RGLed.cpp | |
parent | 2b56d6c1c189cc8cf026e32ba78340a727f0aab8 (diff) | |
download | rosegarden-3f02581883759395fcd3935ec1d88ddca4895f32.tar.gz rosegarden-3f02581883759395fcd3935ec1d88ddca4895f32.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/gui/kdeext/RGLed.cpp')
-rw-r--r-- | src/gui/kdeext/RGLed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kdeext/RGLed.cpp b/src/gui/kdeext/RGLed.cpp index 1edcc4f..725fd45 100644 --- a/src/gui/kdeext/RGLed.cpp +++ b/src/gui/kdeext/RGLed.cpp @@ -139,7 +139,7 @@ #include <tqpainter.h> #include <tqimage.h> #include <tqcolor.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kpixmapeffect.h> #include "kled.h" |