summaryrefslogtreecommitdiffstats
path: root/kmail/objecttreeparser_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/objecttreeparser_p.h')
-rw-r--r--kmail/objecttreeparser_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kmail/objecttreeparser_p.h b/kmail/objecttreeparser_p.h
index 5bac65f65..44a1e9af6 100644
--- a/kmail/objecttreeparser_p.h
+++ b/kmail/objecttreeparser_p.h
@@ -61,7 +61,7 @@ namespace KMail {
public KMail::ISubject
{
Q_OBJECT
- TQ_OBJECT
+
public:
CryptoBodyPartMemento();
~CryptoBodyPartMemento();
@@ -88,7 +88,7 @@ namespace KMail {
: public CryptoBodyPartMemento
{
Q_OBJECT
- TQ_OBJECT
+
public:
DecryptVerifyBodyPartMemento( Kleo::DecryptVerifyJob * job, const TQByteArray & cipherText );
~DecryptVerifyBodyPartMemento();
@@ -124,7 +124,7 @@ namespace KMail {
: public CryptoBodyPartMemento
{
Q_OBJECT
- TQ_OBJECT
+
public:
VerifyDetachedBodyPartMemento( Kleo::VerifyDetachedJob * job,
Kleo::KeyListJob * klj,
@@ -164,7 +164,7 @@ namespace KMail {
: public CryptoBodyPartMemento
{
Q_OBJECT
- TQ_OBJECT
+
public:
VerifyOpaqueBodyPartMemento( Kleo::VerifyOpaqueJob * job,
Kleo::KeyListJob * klj,