Forward declaration++
This commit is contained in:
parent
9d9bd615fc
commit
aee7dab1a6
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <QtCore/QPair>
|
||||
#include <QtCore/QRect>
|
||||
#include <QtGui/QRegion>
|
||||
#include <QtGui/QFont>
|
||||
|
||||
#include <QtCore/QVector>
|
||||
#include <QtCore/QList>
|
||||
|
@ -46,6 +45,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
class KLibrary;
|
||||
class KConfigGroup;
|
||||
class KActionCollection;
|
||||
class QFont;
|
||||
class QKeyEvent;
|
||||
|
||||
namespace KWin
|
||||
|
|
Loading…
Reference in a new issue