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/style/kcmstyle.h | |
parent | 8084850061bd3560b73e6663a3f5c1dfbf0c0bed (diff) | |
download | tdebase-1a9478c6e1b77b05814af8fa02cd563a5da8946b.tar.gz tdebase-1a9478c6e1b77b05814af8fa02cd563a5da8946b.zip |
Fix FTBFS resulting from KCModule rename
Diffstat (limited to 'kcontrol/style/kcmstyle.h')
-rw-r--r-- | kcontrol/style/kcmstyle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/style/kcmstyle.h b/kcontrol/style/kcmstyle.h index 44fb68c0e..81bddf550 100644 --- a/kcontrol/style/kcmstyle.h +++ b/kcontrol/style/kcmstyle.h @@ -30,7 +30,7 @@ #include <tqstring.h> #include <tqtimer.h> -#include <kcmodule.h> +#include <tdecmodule.h> #include "stylepreview.h" #include "menupreview.h" |