Fix the includes (due to removal of libs/kworkspace as includedir)

This commit is contained in:
Raymond Wooninck 2011-07-26 07:50:58 +02:00
parent 7eb18d9fd5
commit 7951d66ae4

View file

@ -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>