diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-19 15:33:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-19 15:33:24 -0600 |
commit | 087b794b48ba18132d3366d9c1c8c36c1dde5a10 (patch) | |
tree | 83c224a4322bf312689b0db5562f9ff89960e907 /sip/tdecore/kmanagerselection.sip | |
parent | e618529123e9c5a1c6c1235988a4d6a5794ac1f5 (diff) | |
download | pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.tar.gz pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.zip |
Fix FTBFS due to incorrect header includes
Diffstat (limited to 'sip/tdecore/kmanagerselection.sip')
-rw-r--r-- | sip/tdecore/kmanagerselection.sip | 8 |
1 files changed, 4 insertions, 4 deletions
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 <qdockwindow.h> -#include <qvariant.h> +#include <tqdockwindow.h> +#include <tqvariant.h> #include <kmanagerselection.h> %End @@ -66,8 +66,8 @@ protected: class KSelectionWatcher : TQObject { %TypeHeaderCode -#include <qdockwindow.h> -#include <qvariant.h> +#include <tqdockwindow.h> +#include <tqvariant.h> #include <kmanagerselection.h> %End |