Fix includes
This commit is contained in:
parent
a7ed191184
commit
8426e13f3a
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "tiling/tiling.h"
|
||||
#endif
|
||||
|
||||
#include <Activities/Info>
|
||||
#include <KActivities/Info>
|
||||
|
||||
#include <fixx11h.h>
|
||||
#include <QPushButton>
|
||||
|
|
|
@ -32,7 +32,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <QElapsedTimer>
|
||||
#include <kmanagerselection.h>
|
||||
|
||||
#include <Activities/Controller>
|
||||
#include <KActivities/Controller>
|
||||
|
||||
#include "plugins.h"
|
||||
#include "utils.h"
|
||||
|
|
Loading…
Reference in a new issue