diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:55:33 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:55:33 -0600 |
commit | 7a0002d9ec58b343555f0909c9343de310b287ac (patch) | |
tree | 25c360084aff0a2449b409a423616441d964aed0 /kradio3/plugins/gui-quickbar/quickbar.cpp | |
parent | 4525efd70d07d0d6f4fda8e4599a5a48de84e97e (diff) | |
download | tderadio-7a0002d9ec58b343555f0909c9343de310b287ac.tar.gz tderadio-7a0002d9ec58b343555f0909c9343de310b287ac.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kradio3/plugins/gui-quickbar/quickbar.cpp')
-rw-r--r-- | kradio3/plugins/gui-quickbar/quickbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kradio3/plugins/gui-quickbar/quickbar.cpp b/kradio3/plugins/gui-quickbar/quickbar.cpp index 3bff5dc..847be5f 100644 --- a/kradio3/plugins/gui-quickbar/quickbar.cpp +++ b/kradio3/plugins/gui-quickbar/quickbar.cpp @@ -24,7 +24,7 @@ #include <twin.h> #include <klocale.h> #include <kglobal.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kaboutdata.h> #include "../../src/include/aboutwidget.h" |