summaryrefslogtreecommitdiffstats
path: root/src/bookreader_client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bookreader_client.cpp')
-rw-r--r--src/bookreader_client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bookreader_client.cpp b/src/bookreader_client.cpp
index 7e80050..59d5370 100644
--- a/src/bookreader_client.cpp
+++ b/src/bookreader_client.cpp
@@ -26,7 +26,7 @@
int main(int argc, char **argv)
{
- TDEApplication app(argc, argv, "bookreader_client", false);
+ TDEApplication app(argc, argv, "kbookreader_client", false);
// get our DCOP client and attach so that we may use it
DCOPClient *client = app.dcopClient();
@@ -39,7 +39,7 @@ int main(int argc, char **argv)
ds << TQString(argv[1]);
else
ds << TQString("http://www.kde.org");
- client->send("bookreader", "BookReaderIface", "openURL(TQString)", data);
+ client->send("kbookreader", "KBookReaderIface", "openURL(TQString)", data);
return app.exec();
}