From 28edc0aa2ab09297288186f5bc15765eb7be58c0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:47:22 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kabc/scripts/field.src.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kabc/scripts') diff --git a/kabc/scripts/field.src.cpp b/kabc/scripts/field.src.cpp index 5291303f5..b0704e393 100644 --- a/kabc/scripts/field.src.cpp +++ b/kabc/scripts/field.src.cpp @@ -428,7 +428,7 @@ void Field::deleteFields() void Field::saveFields( const TQString &identifier, const Field::List &fields ) { - KConfig *cfg = KGlobal::config(); + KConfig *cfg = TDEGlobal::config(); KConfigGroupSaver( cfg, "KABCFields" ); saveFields( cfg, identifier, fields ); @@ -458,7 +458,7 @@ void Field::saveFields( KConfig *cfg, const TQString &identifier, Field::List Field::restoreFields( const TQString &identifier ) { - KConfig *cfg = KGlobal::config(); + KConfig *cfg = TDEGlobal::config(); KConfigGroupSaver( cfg, "KABCFields" ); return restoreFields( cfg, identifier ); -- cgit v1.2.1