summaryrefslogtreecommitdiffstats
path: root/src/bookreader_client.cpp
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-07-25 16:01:59 +0200
committerSlávek Banko <[email protected]>2021-07-27 00:21:39 +0200
commit9d44dbef4aff3818594d4f45d861c1c4aa5c7116 (patch)
tree2528852157b34263497777292b15e761f91eb4e2 /src/bookreader_client.cpp
parent230cf2cbfbc4561df749fbf2b00ff18d75ea5531 (diff)
downloadkbookreader-9d44dbef4aff3818594d4f45d861c1c4aa5c7116.tar.gz
kbookreader-9d44dbef4aff3818594d4f45d861c1c4aa5c7116.zip
Rename installed files to kbookreader.
Signed-off-by: Slávek Banko <[email protected]>
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();
}