diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:08:53 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:08:53 -0600 |
commit | cf6de3293d6529fe7952e04bd9c4b6bc17d4bcf4 (patch) | |
tree | 2512a16def2db82c3077e0c52ee0af6d47d55c2c /tderadio3/plugins/timecontrol | |
parent | 927a1774e2af54f5bd568a125e0387ed0fe878a6 (diff) | |
download | tderadio-cf6de3293d6529fe7952e04bd9c4b6bc17d4bcf4.tar.gz tderadio-cf6de3293d6529fe7952e04bd9c4b6bc17d4bcf4.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'tderadio3/plugins/timecontrol')
-rw-r--r-- | tderadio3/plugins/timecontrol/timecontrol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tderadio3/plugins/timecontrol/timecontrol.cpp b/tderadio3/plugins/timecontrol/timecontrol.cpp index fee7c28..1b56ff0 100644 --- a/tderadio3/plugins/timecontrol/timecontrol.cpp +++ b/tderadio3/plugins/timecontrol/timecontrol.cpp @@ -15,7 +15,7 @@ * * ***************************************************************************/ -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <tdeconfig.h> #include "timecontrol.h" |