From f4fae92b6768541e2952173c3d4b09040f95bf7e Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 16 Feb 2011 20:17:18 +0000 Subject: Moved kpilot from kdepim to applications, as the core Trinity libraries should not contain hardware-dependent software git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- certmanager/lib/backends/qgpgme/qgpgmejob.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'certmanager/lib/backends/qgpgme/qgpgmejob.h') diff --git a/certmanager/lib/backends/qgpgme/qgpgmejob.h b/certmanager/lib/backends/qgpgme/qgpgmejob.h index 0681c165..4a03d7d9 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; -- cgit v1.2.3