diff options
Diffstat (limited to 'libtdegames/kchatbase.cpp')
| -rw-r--r-- | libtdegames/kchatbase.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libtdegames/kchatbase.cpp b/libtdegames/kchatbase.cpp index 4ebd425b..99a831d9 100644 --- a/libtdegames/kchatbase.cpp +++ b/libtdegames/kchatbase.cpp @@ -235,8 +235,8 @@ void KChatBase::init(bool noComboBox) d->mAcceptMessage = true; // by default setMaxItems(-1); // unlimited - if (kapp) { - // kapp might be NULL as well - in case we are in TQt designer. + if (tdeApp) { + // tdeApp might be NULL as well - in case we are in TQt designer. readConfig(); } } @@ -469,7 +469,7 @@ void KChatBase::saveConfig(TDEConfig* conf) { TQString oldGroup; if (!conf) { - conf = kapp->config(); + conf = tdeApp->config(); oldGroup = conf->group(); conf->setGroup("KChatBase"); } @@ -489,7 +489,7 @@ void KChatBase::readConfig(TDEConfig* conf) { TQString oldGroup; if (!conf) { - conf = kapp->config(); + conf = tdeApp->config(); oldGroup = conf->group(); conf->setGroup("KChatBase"); } |
