diff options
Diffstat (limited to 'kabc/addressbook.cpp')
-rw-r--r-- | kabc/addressbook.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/addressbook.cpp b/kabc/addressbook.cpp index bf6d0d17a..45d4f10e3 100644 --- a/kabc/addressbook.cpp +++ b/kabc/addressbook.cpp @@ -673,7 +673,7 @@ bool AddressBook::addCustomField( const TQString &label, int category, d->mAllFields = Field::allFields(); } - TQString a = app.isNull() ? KGlobal::instance()->instanceName() : app; + TQString a = app.isNull() ? TDEGlobal::instance()->instanceName() : app; TQString k = key.isNull() ? label : key; Field *field = Field::createCustomField( label, category, k, a ); |