From e985f7e545f4739493965aad69bbecb136dc9346 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 16 Jun 2011 19:02:47 +0000 Subject: TQt4 port kdewebdev This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1237029 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- lib/compatibility/kmdi/qextmdi/kdelibs_export.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/compatibility/kmdi/qextmdi/kdelibs_export.h') diff --git a/lib/compatibility/kmdi/qextmdi/kdelibs_export.h b/lib/compatibility/kmdi/qextmdi/kdelibs_export.h index 0ca49784..c46b5005 100644 --- a/lib/compatibility/kmdi/qextmdi/kdelibs_export.h +++ b/lib/compatibility/kmdi/qextmdi/kdelibs_export.h @@ -26,7 +26,7 @@ /* needed, because e.g. Q_OS_UNIX is so frequently used */ #include -#ifdef Q_WS_WIN +#ifdef TQ_WS_WIN #include #else /* Q_OS_UNIX */ @@ -68,7 +68,7 @@ #endif /*_KDELIBS_EXPORT_H*/ -/* workaround for kdecore: stupid moc's grammar doesn't accept two macros +/* workaround for kdecore: stupid tqmoc's grammar doesn't accept two macros between 'class' keyword and : */ #ifdef KDE_DEPRECATED # ifndef KDECORE_EXPORT_DEPRECATED -- cgit v1.2.1