summaryrefslogtreecommitdiffstats
path: root/korganizer/koidentitymanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/koidentitymanager.h')
-rw-r--r--korganizer/koidentitymanager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/koidentitymanager.h b/korganizer/koidentitymanager.h
index c1a70fc2..8fcf8811 100644
--- a/korganizer/koidentitymanager.h
+++ b/korganizer/koidentitymanager.h
@@ -18,8 +18,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#ifndef KOIDENTITYMANAGER_H
@@ -32,8 +32,8 @@ namespace KOrg {
class IdentityManager : public KPIM::IdentityManager
{
public:
- IdentityManager( TQObject * parent=0, const char * name=0 )
- : KPIM::IdentityManager( true /*readonly*/, parent, name ) {}
+ IdentityManager( TQObject * tqparent=0, const char * name=0 )
+ : KPIM::IdentityManager( true /*readonly*/, tqparent, name ) {}
protected:
virtual void createDefaultIdentity( TQString& fullName, TQString& emailAddress );