diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:55:25 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:55:25 -0600 |
commit | 9e9cce8733ec19475057389be3f00f5a4a6a72ba (patch) | |
tree | 15e471f606a59dd8a13f03472ec53f817c37db76 /src/kpowersave.cpp | |
parent | 8567e7d693d9ec1a0aba23873fcc9430f1f11489 (diff) | |
download | tdepowersave-9e9cce8733ec19475057389be3f00f5a4a6a72ba.tar.gz tdepowersave-9e9cce8733ec19475057389be3f00f5a4a6a72ba.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/kpowersave.cpp')
-rw-r--r-- | src/kpowersave.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kpowersave.cpp b/src/kpowersave.cpp index 33a86f8..39fdebe 100644 --- a/src/kpowersave.cpp +++ b/src/kpowersave.cpp @@ -23,7 +23,7 @@ #include <kaboutapplication.h> #include <kapplication.h> #include <kaudioplayer.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kiconloader.h> #include <kmessagebox.h> #include <knotifyclient.h> |