summaryrefslogtreecommitdiffstats
path: root/libkdenetwork/qgpgme/eventloopinteractor.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-13 00:46:47 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-13 00:46:47 +0000
commit67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7 (patch)
tree5f52a9eada2e9f3654fc327d7c14dfef570a6ecb /libkdenetwork/qgpgme/eventloopinteractor.h
parent2ee4bf4fd5eff93b2fbef0ff8e8063edffc5da5c (diff)
downloadtdepim-67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7.tar.gz
tdepim-67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7.zip
Initial conversion of kdepim to TQt
This will probably require some tweaking before it will build under Qt4, however Qt3 builds are OK. Any alterations this commit makes to kdepim behaviour under Qt3 are unintentional and should be fixed. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227832 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libkdenetwork/qgpgme/eventloopinteractor.h')
-rw-r--r--libkdenetwork/qgpgme/eventloopinteractor.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/libkdenetwork/qgpgme/eventloopinteractor.h b/libkdenetwork/qgpgme/eventloopinteractor.h
index 73d9a1778..e1d514f5c 100644
--- a/libkdenetwork/qgpgme/eventloopinteractor.h
+++ b/libkdenetwork/qgpgme/eventloopinteractor.h
@@ -1,25 +1,25 @@
/* qeventloopinteractor.h
Copyright (C) 2003 Klarälvdalens Datakonsult AB
- This file is part of QGPGME.
+ This file is part of TQGPGME.
- QGPGME is free software; you can redistribute it and/or modify it
+ TQGPGME is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
- QGPGME is distributed in the hope that it will be useful, but
+ TQGPGME is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
- along with QGPGME; if not, write to the Free Software Foundation,
+ along with TQGPGME; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
// -*- c++ -*-
-#ifndef __QGPGME_EVENTLOOPINTERACTOR_H__
-#define __QGPGME_EVENTLOOPINTERACTOR_H__
+#ifndef __TQGPGME_EVENTLOOPINTERACTOR_H__
+#define __TQGPGME_EVENTLOOPINTERACTOR_H__
#include <gpgmepp/eventloopinteractor.h>
@@ -37,8 +37,9 @@ namespace QGpgME {
class KDE_EXPORT EventLoopInteractor : public TQObject, public GpgME::EventLoopInteractor {
Q_OBJECT
+ TQ_OBJECT
protected:
- EventLoopInteractor( TQObject * parent, const char * name=0 );
+ EventLoopInteractor( TQObject * tqparent, const char * name=0 );
public:
virtual ~EventLoopInteractor();
@@ -84,6 +85,6 @@ namespace QGpgME {
} // namespace QGpgME
-#endif // __QGPGME_EVENTLOOPINTERACTOR_H__
+#endif // __TQGPGME_EVENTLOOPINTERACTOR_H__