diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:12:33 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:12:33 -0500 |
commit | a981b85cb9db7276e530ff0bb538bbafac94c5c4 (patch) | |
tree | 2cc0dfad5fc4f40a46880a32232bce9488d517bb /lib | |
parent | 685de86487c13b03f3e5c33b74f317fc27389f88 (diff) | |
download | tdewebdev-a981b85cb9db7276e530ff0bb538bbafac94c5c4.tar.gz tdewebdev-a981b85cb9db7276e530ff0bb538bbafac94c5c4.zip |
Fix inadvertent tqt changes.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/compatibility/kmdi/qextmdi/tdelibs_export.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compatibility/kmdi/qextmdi/tdelibs_export.h b/lib/compatibility/kmdi/qextmdi/tdelibs_export.h index 436aa385..8ff4bda9 100644 --- a/lib/compatibility/kmdi/qextmdi/tdelibs_export.h +++ b/lib/compatibility/kmdi/qextmdi/tdelibs_export.h @@ -68,7 +68,7 @@ #endif /*_KDELIBS_EXPORT_H*/ -/* workaround for tdecore: stupid tqmoc's grammar doesn't accept two macros +/* workaround for tdecore: stupid moc's grammar doesn't accept two macros between 'class' keyword and <classname>: */ #ifdef KDE_DEPRECATED # ifndef TDECORE_EXPORT_DEPRECATED |