diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:00:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:00:43 -0600 |
commit | 2c4a290ae270924340991931a9e0ca793f8e9443 (patch) | |
tree | 7aa3b953d70dbdd6a5de525cdd7a5f4319ee1dd5 /ksysv/ksv_conf.cpp | |
parent | 567923f30f7c0700cb526f26c20b5577bfe2a802 (diff) | |
download | tdeadmin-2c4a290ae270924340991931a9e0ca793f8e9443.tar.gz tdeadmin-2c4a290ae270924340991931a9e0ca793f8e9443.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'ksysv/ksv_conf.cpp')
-rw-r--r-- | ksysv/ksv_conf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysv/ksv_conf.cpp b/ksysv/ksv_conf.cpp index 0b63438..37a24ee 100644 --- a/ksysv/ksv_conf.cpp +++ b/ksysv/ksv_conf.cpp @@ -17,7 +17,7 @@ #include <kglobal.h> #include <kglobalsettings.h> #include <kmainwindow.h> -#include <kconfig.h> +#include <tdeconfig.h> #include "ksv_core.h" #include "ksv_conf.h" |