diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:46:28 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:46:28 -0600 |
commit | a7eaa0d2e8a8483981b6401ab5f313e61d4d59de (patch) | |
tree | a4667181becf051de3515152515a907d09c8da45 /src/main.cpp | |
parent | 20eeec1071fd0f8d6d0da7989025cdfe520adac8 (diff) | |
download | tdeio-umountwrapper-a7eaa0d2e8a8483981b6401ab5f313e61d4d59de.tar.gz tdeio-umountwrapper-a7eaa0d2e8a8483981b6401ab5f313e61d4d59de.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 0f8841a..dec5793 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -22,7 +22,7 @@ #include "tdeio_umountwrapper.h" #include <tdeaboutdata.h> #include <tdecmdlineargs.h> -#include <klocale.h> +#include <tdelocale.h> #include <kdebug.h> |