diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:56:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:56:40 -0600 |
commit | 4565bfb4e2e9acc5f67603e3de8720b4cd3c9a7e (patch) | |
tree | 8bdb18e6838f1eb1357e22b6e50b2948d33868a6 /kturtle/src/dialogs.cpp | |
parent | d5f01dcc48ac3af828089b8810ef30a245e0346b (diff) | |
download | tdeedu-4565bfb4e2e9acc5f67603e3de8720b4cd3c9a7e.tar.gz tdeedu-4565bfb4e2e9acc5f67603e3de8720b4cd3c9a7e.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kturtle/src/dialogs.cpp')
-rw-r--r-- | kturtle/src/dialogs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kturtle/src/dialogs.cpp b/kturtle/src/dialogs.cpp index b5ea954c..1690ca02 100644 --- a/kturtle/src/dialogs.cpp +++ b/kturtle/src/dialogs.cpp @@ -18,7 +18,7 @@ #include <tdeapplication.h> #include <kdebug.h> -#include <klocale.h> +#include <tdelocale.h> #include "dialogs.h" |