diff options
Diffstat (limited to 'kaddressbook/xxportmanager.cpp')
-rw-r--r-- | kaddressbook/xxportmanager.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/xxportmanager.cpp b/kaddressbook/xxportmanager.cpp index aee87fd46..0f8332ed5 100644 --- a/kaddressbook/xxportmanager.cpp +++ b/kaddressbook/xxportmanager.cpp @@ -17,8 +17,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 <tqlayout.h> @@ -41,8 +41,8 @@ KURL XXPortManager::importURL = KURL(); TQString XXPortManager::importData = TQString(); -XXPortManager::XXPortManager( KAB::Core *core, TQObject *parent, const char *name ) - : TQObject( parent, name ), mCore( core ) +XXPortManager::XXPortManager( KAB::Core *core, TQObject *tqparent, const char *name ) + : TQObject( tqparent, name ), mCore( core ) { loadPlugins(); } |