diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:45:45 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:45:45 -0600 |
commit | 34e9187995dfc878144ad8a01c466e96f8c3f075 (patch) | |
tree | 821dce9c10c6dd80da0a42fb3978c2ab7e19c464 /src | |
parent | 509564c498b47d8a9e7dd75491cc54c57c4498dc (diff) | |
download | kdbusnotification-34e9187995dfc878144ad8a01c466e96f8c3f075.tar.gz kdbusnotification-34e9187995dfc878144ad8a01c466e96f8c3f075.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/daemon/daemon.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/daemon.cpp b/src/daemon/daemon.cpp index e5495db..f056721 100644 --- a/src/daemon/daemon.cpp +++ b/src/daemon/daemon.cpp @@ -31,10 +31,10 @@ #include <knotifyclient.h> #include <tdeaboutdata.h> #include <tdecmdlineargs.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdeapplication.h> #include <kiconloader.h> -#include <kglobalsettings.h> +#include <tdeglobalsettings.h> #include <stdlib.h> #include <errno.h> |