include desktop widgets
svn path=/trunk/kdebase/kwin/; revision=113438
This commit is contained in:
parent
9388aeba3d
commit
87d25e94c5
1 changed files with 5 additions and 1 deletions
|
@ -23,7 +23,11 @@ Copyright (C) 1999, 2000 Matthias Ettrich <ettrich@kde.org>
|
|||
#include <kprocess.h>
|
||||
#include <kiconloader.h>
|
||||
#include <kstartupinfo.h>
|
||||
|
||||
#if QT_VERSION < 300
|
||||
#include <kdesktopwidget.h>
|
||||
#else
|
||||
#include <qdesktopwidget.h>
|
||||
#endif
|
||||
#include "workspace.h"
|
||||
#include "client.h"
|
||||
#include "tabbox.h"
|
||||
|
|
Loading…
Reference in a new issue