diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:23:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:23:58 -0600 |
commit | 1a9478c6e1b77b05814af8fa02cd563a5da8946b (patch) | |
tree | 9923e3bdc030bd502a6bb0783b6c651e719dbce8 /kcontrol/performance | |
parent | 8084850061bd3560b73e6663a3f5c1dfbf0c0bed (diff) | |
download | tdebase-1a9478c6e1b77b05814af8fa02cd563a5da8946b.tar.gz tdebase-1a9478c6e1b77b05814af8fa02cd563a5da8946b.zip |
Fix FTBFS resulting from KCModule rename
Diffstat (limited to 'kcontrol/performance')
-rw-r--r-- | kcontrol/performance/kcmperformance.h | 2 | ||||
-rw-r--r-- | kcontrol/performance/system.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/performance/kcmperformance.h b/kcontrol/performance/kcmperformance.h index 2ae868093..a9963e18a 100644 --- a/kcontrol/performance/kcmperformance.h +++ b/kcontrol/performance/kcmperformance.h @@ -19,7 +19,7 @@ #ifndef _KCM_PERFORMANCE_H #define _KCM_PERFORMANCE_H -#include <kcmodule.h> +#include <tdecmodule.h> namespace KCMPerformance { diff --git a/kcontrol/performance/system.h b/kcontrol/performance/system.h index 1358c8e79..cb570b506 100644 --- a/kcontrol/performance/system.h +++ b/kcontrol/performance/system.h @@ -19,7 +19,7 @@ #ifndef _KCM_PERF_SYSTEM_H #define _KCM_PERF_SYSTEM_H -#include <kcmodule.h> +#include <tdecmodule.h> #include "system_ui.h" |