summaryrefslogtreecommitdiffstats
path: root/src/tdebluezauth
diff options
context:
space:
mode:
Diffstat (limited to 'src/tdebluezauth')
-rw-r--r--src/tdebluezauth/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdebluezauth/main.cpp b/src/tdebluezauth/main.cpp
index 086aaa9..8c2a198 100644
--- a/src/tdebluezauth/main.cpp
+++ b/src/tdebluezauth/main.cpp
@@ -66,7 +66,7 @@ int main(int argc, char *argv[])
{
KMessageBox::error(NULL,i18n("Can't connect to DBus!\nUnable to start tdebluezauth.\n\n"
"Restart dbus and the bluetooth service"));
- TDEUniqueApplication::kApplication()->quit();
+ TDEUniqueApplication::tdeApplication()->quit();
return -1;
}
else