diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 14:26:52 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-12-23 05:07:42 +0100 |
commit | 407fa6384f95ad730e50fe76e0b98370115c4b9b (patch) | |
tree | 24a707f48385a529f998710b51c0a5af938dce31 /lib/compatibility/kmdi/qextmdi | |
parent | 82f1d0a950210f955aff76449b0233f71175636c (diff) | |
download | tdewebdev-407fa6384f95ad730e50fe76e0b98370115c4b9b.tar.gz tdewebdev-407fa6384f95ad730e50fe76e0b98370115c4b9b.zip |
Fix inadvertent tqt changes.
(cherry picked from commit fc01e96e1ec562da4d96d1a9ba818e0f5bb5070f)
Diffstat (limited to 'lib/compatibility/kmdi/qextmdi')
-rw-r--r-- | lib/compatibility/kmdi/qextmdi/kdemacros.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compatibility/kmdi/qextmdi/kdemacros.h.in b/lib/compatibility/kmdi/qextmdi/kdemacros.h.in index bfae0947..008bac11 100644 --- a/lib/compatibility/kmdi/qextmdi/kdemacros.h.in +++ b/lib/compatibility/kmdi/qextmdi/kdemacros.h.in @@ -105,11 +105,11 @@ * this is because usually get called by the class which they belong to, * and one'd assume that a class author doesn't use deprecated methods of his * own class. The only exception to this are signals which are connected to - * other signals; they get invoked from tqmoc-generated code. In any case, + * other signals; they get invoked from moc-generated code. In any case, * printing a warning message in either case is not useful. * For slots, it can make sense (since slots can be invoked directly) but be * aware that if the slots get triggered by a signal, the will get called from - * tqmoc code as well and thus the warnings are useless. + * moc code as well and thus the warnings are useless. * * \par * Also note that it is not possible to use KDE_DEPRECATED for classes which |