summaryrefslogtreecommitdiffstats
path: root/kaddressbook/interfaces/core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/interfaces/core.cpp')
-rw-r--r--kaddressbook/interfaces/core.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/interfaces/core.cpp b/kaddressbook/interfaces/core.cpp
index 7f7d1048..b604d656 100644
--- a/kaddressbook/interfaces/core.cpp
+++ b/kaddressbook/interfaces/core.cpp
@@ -17,16 +17,16 @@
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 "core.h"
using namespace KAB;
-Core::Core( KXMLGUIClient *client, TQObject *parent, const char *name )
- : TQObject( parent, name ), mGUIClient( client )
+Core::Core( KXMLGUIClient *client, TQObject *tqparent, const char *name )
+ : TQObject( tqparent, name ), mGUIClient( client )
{
}