2009-07-01 09:26 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)

* harbour/contrib/hbqt/hbqt.h
    ! Includes <QtGui/QWidget>
      Appears it is required for all .cpp's
This commit is contained in:
Pritpal Bedi
2009-07-01 16:26:49 +00:00
parent ac72b2cdca
commit 088f476a62
2 changed files with 8 additions and 0 deletions

View File

@@ -17,6 +17,11 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-07-01 09:26 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* harbour/contrib/hbqt/hbqt.h
! Includes <QtGui/QWidget>
Appears it is required for all .cpp's
2009-07-01 08:30 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* harbour/contrib/hbqt/hbqt.h
* harbour/contrib/hbqt/hbqt_base.cpp

View File

@@ -56,6 +56,9 @@
#ifndef __HBQT_H
#define __HBQT_H
#include <qglobal.h>
#include <QtGui/QWidget>
#if QT_VERSION >= 0x040500
#define hbqt_par_QTranslator( n ) ( ( QTranslator* ) hb_parptr( n ) )