diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:53:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:53:10 -0600 |
commit | 8407e1de0c1e5cf42ad943721f7dd7c7e45c30ff (patch) | |
tree | 26e815b9efa8a2a0405b2ee473bb1eefcaf85f58 /src/sources | |
parent | d8aa44e1c28dc7466980d6779dcd2444f1362495 (diff) | |
download | kima-8407e1de0c1e5cf42ad943721f7dd7c7e45c30ff.tar.gz kima-8407e1de0c1e5cf42ad943721f7dd7c7e45c30ff.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/sources')
-rw-r--r-- | src/sources/source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sources/source.h b/src/sources/source.h index b299fe8..e938297 100644 --- a/src/sources/source.h +++ b/src/sources/source.h @@ -23,7 +23,7 @@ #include <tqstring.h> #include "sourceprefs.h" -#include <kconfig.h> +#include <tdeconfig.h> // Forward Declarationss class TQVBoxLayout; |