diff options
author | Darrell Anderson <[email protected]> | 2012-10-21 13:12:33 -0500 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-12-23 05:07:41 +0100 |
commit | 82f1d0a950210f955aff76449b0233f71175636c (patch) | |
tree | 0703b410638c32ee856250162b905b65ec6acea9 /lib/compatibility/kmdi | |
parent | 8cedb5419f30eb786d5451439dd471c53d6252da (diff) | |
download | tdewebdev-82f1d0a950210f955aff76449b0233f71175636c.tar.gz tdewebdev-82f1d0a950210f955aff76449b0233f71175636c.zip |
Fix inadvertent tqt changes.
(cherry picked from commit a981b85cb9db7276e530ff0bb538bbafac94c5c4)
Diffstat (limited to 'lib/compatibility/kmdi')
-rw-r--r-- | lib/compatibility/kmdi/qextmdi/kdelibs_export.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compatibility/kmdi/qextmdi/kdelibs_export.h b/lib/compatibility/kmdi/qextmdi/kdelibs_export.h index c46b5005..196ec5e0 100644 --- a/lib/compatibility/kmdi/qextmdi/kdelibs_export.h +++ b/lib/compatibility/kmdi/qextmdi/kdelibs_export.h @@ -68,7 +68,7 @@ #endif /*_KDELIBS_EXPORT_H*/ -/* workaround for kdecore: stupid tqmoc's grammar doesn't accept two macros +/* workaround for kdecore: stupid moc's grammar doesn't accept two macros between 'class' keyword and <classname>: */ #ifdef KDE_DEPRECATED # ifndef KDECORE_EXPORT_DEPRECATED |