diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:51:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:51:08 -0600 |
commit | b0699f7c1623811cff1fe3794521546d30e84ee1 (patch) | |
tree | 9d95a691cc5086f0d348984b1fc86d433cdfad53 /src/devices/gui | |
parent | f037da190037979080d407f3c6f0a88026b6bb91 (diff) | |
download | piklab-b0699f7c1623811cff1fe3794521546d30e84ee1.tar.gz piklab-b0699f7c1623811cff1fe3794521546d30e84ee1.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/devices/gui')
-rw-r--r-- | src/devices/gui/memory_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/gui/memory_editor.cpp b/src/devices/gui/memory_editor.cpp index 79e30b6..c33891a 100644 --- a/src/devices/gui/memory_editor.cpp +++ b/src/devices/gui/memory_editor.cpp @@ -15,7 +15,7 @@ #include <tqgrid.h> #include <tqtimer.h> #include <tqpopupmenu.h> -#include <klocale.h> +#include <tdelocale.h> #include <kpushbutton.h> #include <tdeaction.h> |