summaryrefslogtreecommitdiffstats
path: root/src/bookreader_client.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-07-25 16:01:59 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-07-27 17:45:13 +0200
commit95f19794241d78237d59e3571f4c552e4f4b5d1a (patch)
tree93959cec06ea4a7fc9be570d00681aa6365fb8a3 /src/bookreader_client.cpp
parentd52441cefbf03bdd22d160234c11a7eb4bd34b8c (diff)
downloadkbookreader-95f19794.tar.gz
kbookreader-95f19794.zip
Rename installed files to kbookreader.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9d44dbef4aff3818594d4f45d861c1c4aa5c7116)
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();
}