summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqgrid.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-16 19:58:48 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-16 19:58:48 +0000
commitce4313a6257fee35d97e07d22956f42916d4905c (patch)
treebaf76860a0acd59250cb72aae8b6c6f43e8c14f0 /qtinterface/tqgrid.h
parent6eb5cba499c3324183b0f9292d6873c0501a78b2 (diff)
downloadtqtinterface-ce4313a6257fee35d97e07d22956f42916d4905c.tar.gz
tqtinterface-ce4313a6257fee35d97e07d22956f42916d4905c.zip
Initial code finished. Now comes the fun part...
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1150797 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtinterface/tqgrid.h')
-rw-r--r--qtinterface/tqgrid.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/qtinterface/tqgrid.h b/qtinterface/tqgrid.h
index 1130bf4..cbc2010 100644
--- a/qtinterface/tqgrid.h
+++ b/qtinterface/tqgrid.h
@@ -27,7 +27,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT3
// Reimplement the QGrid class
-// For Qt3, no changes are needed
+// For Qt3, some changes are needed
#include <qgrid.h>
@@ -38,7 +38,9 @@ Boston, MA 02110-1301, USA.
// Reimplement the QGrid class
// For Qt4, no changes are needed
-#include <qgrid.h>
+#include <Qt/q3grid.h>
+
+#define QGrid Q3Grid
#endif // USE_QT4