From 087b794b48ba18132d3366d9c1c8c36c1dde5a10 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 19 Feb 2012 15:33:24 -0600 Subject: Fix FTBFS due to incorrect header includes --- sip/tdecore/kmanagerselection.sip | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sip/tdecore/kmanagerselection.sip') diff --git a/sip/tdecore/kmanagerselection.sip b/sip/tdecore/kmanagerselection.sip index 99e6ef1..765027c 100644 --- a/sip/tdecore/kmanagerselection.sip +++ b/sip/tdecore/kmanagerselection.sip @@ -29,8 +29,8 @@ class KSelectionOwner : TQObject { %TypeHeaderCode -#include -#include +#include +#include #include %End @@ -66,8 +66,8 @@ protected: class KSelectionWatcher : TQObject { %TypeHeaderCode -#include -#include +#include +#include #include %End -- cgit v1.2.1