diff options
Diffstat (limited to 'korganizer/koidentitymanager.h')
-rw-r--r-- | korganizer/koidentitymanager.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/koidentitymanager.h b/korganizer/koidentitymanager.h index c1a70fc21..8fcf88117 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 ); |