summaryrefslogtreecommitdiffstats
path: root/kab/addressbook.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kab/addressbook.cpp')
-rw-r--r--kab/addressbook.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kab/addressbook.cpp b/kab/addressbook.cpp
index 0cf8b9307..5b62689e6 100644
--- a/kab/addressbook.cpp
+++ b/kab/addressbook.cpp
@@ -418,7 +418,7 @@ AddressBook::AddressBook(TQWidget* parent, const char* name, bool loadit)
KMessageBox::error(this,
i18n("Cannot initialize local variables."),
i18n("Out of Memory"));
- kapp->quit(); // It is critical, but will possibly never happen.
+ tdeApp->quit(); // It is critical, but will possibly never happen.
}
connect(data, TQ_SIGNAL(fileChanged()), TQ_SLOT(dataFileChanged()));
connect(data, TQ_SIGNAL(changed(QConfigDB*)),
@@ -1066,7 +1066,7 @@ AddressBook::add(const Entry& entry, KabKey& key, bool update)
KMessageBox::error(this,
i18n("Cannot initialize local variables."),
i18n("Out of Memory"));
- kapp->quit(); // It is critical, but will possibly never happen.
+ tdeApp->quit(); // It is critical, but will possibly never happen.
return InternError; // shut the compiler up...
}
// ----- lock the file: