include desktop widgets

svn path=/trunk/kdebase/kwin/; revision=113438
icc-effect-5.14.5
Matthias Ettrich 2001-09-05 20:48:16 +00:00
parent 9388aeba3d
commit 87d25e94c5
1 changed files with 5 additions and 1 deletions

View File

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