diff options
Diffstat (limited to 'kontact/src/profilemanager.cpp')
-rw-r--r-- | kontact/src/profilemanager.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kontact/src/profilemanager.cpp b/kontact/src/profilemanager.cpp index 804f65e31..deed6f37a 100644 --- a/kontact/src/profilemanager.cpp +++ b/kontact/src/profilemanager.cpp @@ -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. */ #include "profilemanager.h" @@ -131,7 +131,7 @@ Kontact::ProfileManager* Kontact::ProfileManager::self() return m_self; } -Kontact::ProfileManager::ProfileManager( TQObject* parent ) : TQObject( parent ) +Kontact::ProfileManager::ProfileManager( TQObject* tqparent ) : TQObject( tqparent ) { } |