diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:11:03 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:11:03 -0500 |
commit | 5d9a593c1fe4967f3636524cbef739d80b0d8cae (patch) | |
tree | a735cd56b419e4294919ad51b2e0e999cf3203da /tdecore/tdelibs_export.h | |
parent | 481457e5859adea2b83aba47b6d5d724b4c7bf24 (diff) | |
download | tdelibs-5d9a593c1fe4967f3636524cbef739d80b0d8cae.tar.gz tdelibs-5d9a593c1fe4967f3636524cbef739d80b0d8cae.zip |
Fix inadvertent tqt changes.
Diffstat (limited to 'tdecore/tdelibs_export.h')
-rw-r--r-- | tdecore/tdelibs_export.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tdelibs_export.h b/tdecore/tdelibs_export.h index b644985b5..767752689 100644 --- a/tdecore/tdelibs_export.h +++ b/tdecore/tdelibs_export.h @@ -67,7 +67,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 |