Fix the includes (due to removal of libs/kworkspace as includedir)
This commit is contained in:
parent
7eb18d9fd5
commit
7951d66ae4
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -54,7 +54,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <QLabel>
|
||||
#include <KComboBox>
|
||||
#include <QVBoxLayout>
|
||||
#include <kworkspace.h>
|
||||
#include <kworkspace/kworkspace.h>
|
||||
|
||||
#include <ksmserver_interface.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue