diff --git a/workspace.cpp b/workspace.cpp index e55b2be7ab..0de8a401c6 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -23,7 +23,11 @@ Copyright (C) 1999, 2000 Matthias Ettrich #include #include #include - +#if QT_VERSION < 300 +#include +#else +#include +#endif #include "workspace.h" #include "client.h" #include "tabbox.h"