diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 16:16:10 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 16:16:10 -0600 |
commit | 6eef509431d58c353bf985a3c9faf944915f9446 (patch) | |
tree | 3785f356c397bdc366fd6f934c9a6a9c88028a54 | |
parent | 4812cdb245fee471edd87f685a3833aeead705b7 (diff) | |
download | kpilot-6eef509431d58c353bf985a3c9faf944915f9446.tar.gz kpilot-6eef509431d58c353bf985a3c9faf944915f9446.zip |
Fix FTBFS resulting from KCModule rename
-rw-r--r-- | kpilot/conduitConfigDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpilot/conduitConfigDialog.h b/kpilot/conduitConfigDialog.h index 30b15ad..a122e1c 100644 --- a/kpilot/conduitConfigDialog.h +++ b/kpilot/conduitConfigDialog.h @@ -31,7 +31,7 @@ */ // #include "conduitConfigDialog_base.h" -#include "kcmodule.h" +#include "tdecmodule.h" class TQListView; class TQListViewItem; |