diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 16:15:06 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 16:15:06 -0600 |
commit | 832eb5ed1aa979921dad9e000a653328ba98d10e (patch) | |
tree | db4c3b3fdbfc25501faf23dc0c5e61796fc041e4 /src | |
parent | b6f3912adcfbbeea3415c287426bd771cd9170b9 (diff) | |
download | knemo-832eb5ed1aa979921dad9e000a653328ba98d10e.tar.gz knemo-832eb5ed1aa979921dad9e000a653328ba98d10e.zip |
Fix FTBFS resulting from KCModule rename
Diffstat (limited to 'src')
-rw-r--r-- | src/kcm/configdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kcm/configdialog.h b/src/kcm/configdialog.h index 4a073df..e97a5aa 100644 --- a/src/kcm/configdialog.h +++ b/src/kcm/configdialog.h @@ -25,7 +25,7 @@ #include <tqstring.h> #include <tqlistview.h> -#include <kcmodule.h> +#include <tdecmodule.h> #include "data.h" |