diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 16:12:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 16:12:19 -0600 |
commit | 44c26994c9087200cf941f08df9f77b553a1365e (patch) | |
tree | d44f6b84c9218232ee50a929258431c9eadbc99d /tdednssd/ioslave/dnssd.cpp | |
parent | 1334b51442f51913f8d8f1e908674bb20a7ab415 (diff) | |
download | tdenetwork-44c26994c9087200cf941f08df9f77b553a1365e.tar.gz tdenetwork-44c26994c9087200cf941f08df9f77b553a1365e.zip |
Rename kioslaves
Diffstat (limited to 'tdednssd/ioslave/dnssd.cpp')
-rw-r--r-- | tdednssd/ioslave/dnssd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdednssd/ioslave/dnssd.cpp b/tdednssd/ioslave/dnssd.cpp index c045d41c..e33c810c 100644 --- a/tdednssd/ioslave/dnssd.cpp +++ b/tdednssd/ioslave/dnssd.cpp @@ -353,7 +353,7 @@ extern "C" { // TDEApplication is necessary to use other ioslaves putenv(strdup("SESSION_MANAGER=")); - TDECmdLineArgs::init(argc, argv, "kio_zeroconf", 0, 0, 0, 0); + TDECmdLineArgs::init(argc, argv, "tdeio_zeroconf", 0, 0, 0, 0); TDECmdLineArgs::addCmdLineOptions( options ); TDEApplication::disableAutoDcopRegistration(); TDEApplication app; |