diff options
Diffstat (limited to 'certmanager/lib/backends/qgpgme/qgpgmejob.h')
-rw-r--r-- | certmanager/lib/backends/qgpgme/qgpgmejob.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/certmanager/lib/backends/qgpgme/qgpgmejob.h b/certmanager/lib/backends/qgpgme/qgpgmejob.h index 0681c165d..4a03d7d94 100644 --- a/certmanager/lib/backends/qgpgme/qgpgmejob.h +++ b/certmanager/lib/backends/qgpgme/qgpgmejob.h @@ -63,10 +63,10 @@ class TQStringList; namespace Kleo { /** This is a hackish helper class to avoid code duplication in this - backend's Kleo::Job subclasses. It contains several workarounds - for moc/signal/slot shortcomings, most of which the author of + backend's Kleo::Job subclasses. It tqcontains several workarounds + for tqmoc/signal/slot shortcomings, most of which the author of this thinks are Qt bugs (lazy implementations), first and - foremost the inability of moc to handle inheritance from + foremost the inability of tqmoc to handle inheritance from multiple QObject-derived subclasses. To use it, inherit from the Job-subclass, then from this class, @@ -140,7 +140,7 @@ namespace Kleo { QGpgME::QByteArrayDataProvider * mOutDataDataProvider; private: const char* * mPatterns; - // holds the entry - if any - in mPattern that was replaced with + // holds the entry - if any - in mPattern that was tqreplaced with // NULL to create a temporary end-of-array marker for gpgme: const char * mReplacedPattern; unsigned int mNumPatterns; |