diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:54:15 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:54:15 -0600 |
commit | d1a3a8be39153e02cd555cb7e3bafcab2cb4530c (patch) | |
tree | 089977dfeabf9a98c001fcb92ccd5bf05dc81488 /ksysv/RunlevelAuthIcon.cpp | |
parent | 666824a6c549fb4eeae7a29083349638974a57d7 (diff) | |
download | tdeadmin-d1a3a8be39153e02cd555cb7e3bafcab2cb4530c.tar.gz tdeadmin-d1a3a8be39153e02cd555cb7e3bafcab2cb4530c.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'ksysv/RunlevelAuthIcon.cpp')
-rw-r--r-- | ksysv/RunlevelAuthIcon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysv/RunlevelAuthIcon.cpp b/ksysv/RunlevelAuthIcon.cpp index bac5b30..6199e16 100644 --- a/ksysv/RunlevelAuthIcon.cpp +++ b/ksysv/RunlevelAuthIcon.cpp @@ -8,7 +8,7 @@ #include <kdebug.h> #include <kiconloader.h> #include <kdialog.h> -#include <klocale.h> +#include <tdelocale.h> #include "ksv_core.h" #include "RunlevelAuthIcon.h" |