diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 16:17:04 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 16:17:04 -0600 |
commit | 63c7b752146a799925d8e2669aa3ee40a04754c8 (patch) | |
tree | 9537f3dba6b8236799a00f921108dd6e38215a1a /systemsettings/mainwindow.h | |
parent | ae3203e4a4717c90e6364c5a66a0d9a5dd5b7c4d (diff) | |
download | tde-systemsettings-63c7b752146a799925d8e2669aa3ee40a04754c8.tar.gz tde-systemsettings-63c7b752146a799925d8e2669aa3ee40a04754c8.zip |
Fix FTBFS resulting from KCModule rename
Diffstat (limited to 'systemsettings/mainwindow.h')
-rw-r--r-- | systemsettings/mainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systemsettings/mainwindow.h b/systemsettings/mainwindow.h index de7d2fb..d545e57 100644 --- a/systemsettings/mainwindow.h +++ b/systemsettings/mainwindow.h @@ -22,7 +22,7 @@ #define MAINWINDOW_H #include <kmainwindow.h> -#include <kcmoduleinfo.h> +#include <tdecmoduleinfo.h> #include <ktabwidget.h> #include <tqptrdict.h> #include <tqlabel.h> @@ -30,7 +30,7 @@ #include <kiconviewsearchline.h> #include "kcscrollview.h" -#include "kcmodulemenu.h" +#include "tdecmodulemenu.h" class TQWidgetStack; class TQIconViewItem; |