diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:47:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:47:22 -0600 |
commit | 28edc0aa2ab09297288186f5bc15765eb7be58c0 (patch) | |
tree | 7b7a01768b3781763186c825af21bb14717d2c32 /kabc/field.h | |
parent | 07c48c43ff72c237e4028154f4594102b798073f (diff) | |
download | tdelibs-28edc0aa2ab09297288186f5bc15765eb7be58c0.tar.gz tdelibs-28edc0aa2ab09297288186f5bc15765eb7be58c0.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kabc/field.h')
-rw-r--r-- | kabc/field.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/field.h b/kabc/field.h index f1de43717..7a622b90f 100644 --- a/kabc/field.h +++ b/kabc/field.h @@ -138,7 +138,7 @@ public: const Field::List &fields ); /** * This is the same as above, with the difference, that - * the list is stored in KGlobal::config() in group "KABCFields". + * the list is stored in TDEGlobal::config() in group "KABCFields". */ static void saveFields( const TQString &identifier, const Field::List &fields ); @@ -153,7 +153,7 @@ public: /** * This is the same as above, with the difference, that - * the list is loaded from KGlobal::config() from group "KABCFields". + * the list is loaded from TDEGlobal::config() from group "KABCFields". */ static Field::List restoreFields( const TQString &identifier ); |