From ba4b2655fcd97b8009f5ac3ac3b7a0850667eb16 Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Sun, 17 Jun 2012 18:41:36 +0000 Subject: [PATCH] 2012-06-17 11:40 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/hbqt_hbqslots.cpp ! Fixed: build breaker header inculsion. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbqt/qtcore/hbqt_hbqslots.cpp | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index dde4e65ea3..b93de76535 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-06-17 11:40 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbqt/qtcore/hbqt_hbqslots.cpp + ! Fixed: build breaker header inculsion. + 2012-06-17 10:10 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/hbqt.h * contrib/hbqt/qtcore/hbqt_bind.cpp diff --git a/harbour/contrib/hbqt/qtcore/hbqt_hbqslots.cpp b/harbour/contrib/hbqt/qtcore/hbqt_hbqslots.cpp index 214c41d422..12f694d8a8 100644 --- a/harbour/contrib/hbqt/qtcore/hbqt_hbqslots.cpp +++ b/harbour/contrib/hbqt/qtcore/hbqt_hbqslots.cpp @@ -58,13 +58,10 @@ #include "hbapierr.h" #include "hbapiitm.h" #include "hbvm.h" -#include "hbqt_bind.h" -#include "hbqt_hbqslots.h" #if QT_VERSION >= 0x040500 #include "hbqt_hbqslots.h" -#include "hbqt_bind.h" HB_EXPORT HBQSlots * hbqt_bindGetReceiverSlotByHbObject( PHB_ITEM pObject );