2009-07-01 14:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbqt/hbqt.h
    - Deleted some unncessary #includes. (done again)
This commit is contained in:
Viktor Szakats
2009-07-01 12:52:13 +00:00
parent 8871ff5670
commit 8b9993c2d6
2 changed files with 4 additions and 6 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-07-01 14:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/hbqt.h
- Deleted some unncessary #includes. (done again)
2009-07-01 12:23 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* external/sqlite3/sqlite3.c
* external/sqlite3/sqlite3.h

View File

@@ -58,14 +58,8 @@
#include <qglobal.h>
#include <QtGui/QTextDocumentFragment>
#include <QtGui/QTextDocument>
#include <QtGui/QTextBlock>
#include <QtGui/QTextCursor>
#if QT_VERSION >= 0x040500
#define hbqt_par_QTranslator( n ) ( ( QTranslator* ) hb_parptr( n ) )
#define hbqt_par_QWidgetItem( n ) ( ( QWidgetItem* ) hb_parptr( n ) )
#define hbqt_par_QWidgetAction( n ) ( ( QWidgetAction* ) hb_parptr( n ) )