summaryrefslogtreecommitdiffstats
path: root/certmanager/lib/backends/qgpgme/qgpgmejob.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:16:08 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:16:08 -0500
commitd08e3983f108adde3d605a126304b60198dcde77 (patch)
treecdb45b374274f5a4f4dae99f83968c35f6dbbd28 /certmanager/lib/backends/qgpgme/qgpgmejob.h
parentb453dab0d1213b773d7cf6a17856918cbab9f665 (diff)
downloadtdepim-d08e3983f108adde3d605a126304b60198dcde77.tar.gz
tdepim-d08e3983f108adde3d605a126304b60198dcde77.zip
Fix inadvertent tqt changes.
Diffstat (limited to 'certmanager/lib/backends/qgpgme/qgpgmejob.h')
-rw-r--r--certmanager/lib/backends/qgpgme/qgpgmejob.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/certmanager/lib/backends/qgpgme/qgpgmejob.h b/certmanager/lib/backends/qgpgme/qgpgmejob.h
index 49ec6834..844ca974 100644
--- a/certmanager/lib/backends/qgpgme/qgpgmejob.h
+++ b/certmanager/lib/backends/qgpgme/qgpgmejob.h
@@ -64,9 +64,9 @@ namespace Kleo {
/** This is a hackish helper class to avoid code duplication in this
backend's Kleo::Job subclasses. It contains several workarounds
- for tqmoc/signal/slot shortcomings, most of which the author of
+ for moc/signal/slot shortcomings, most of which the author of
this thinks are TQt bugs (lazy implementations), first and
- foremost the inability of tqmoc to handle inheritance from
+ foremost the inability of moc to handle inheritance from
multiple TQObject-derived subclasses.
To use it, inherit from the Job-subclass, then from this class,