diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:51:01 -0600 | 
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:51:01 -0600 | 
| commit | b9e542d0c805e9adee3a67e44532d5321032e21e (patch) | |
| tree | e82d85b9035cc2ca322911e8a6e38a3bd8b1d431 /languages/csharp/csharpdoc.cpp | |
| parent | 7a392a04059bd904dab4c78910a6d34aa0b37798 (diff) | |
| download | tdevelop-b9e542d0c805e9adee3a67e44532d5321032e21e.tar.gz tdevelop-b9e542d0c805e9adee3a67e44532d5321032e21e.zip | |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'languages/csharp/csharpdoc.cpp')
| -rw-r--r-- | languages/csharp/csharpdoc.cpp | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/languages/csharp/csharpdoc.cpp b/languages/csharp/csharpdoc.cpp index cd32d03e..c0ee2ed5 100644 --- a/languages/csharp/csharpdoc.cpp +++ b/languages/csharp/csharpdoc.cpp @@ -37,10 +37,10 @@ void CSharpdocProtocol::get(const KURL& url)      if (l[0] == "functions") {          plain = true;          cmd += "-t -f "; -        cmd += KProcess::quote(l[1]); +        cmd += TDEProcess::quote(l[1]);      } else if (l[0] == "faq") {          cmd += "-u -q "; -        cmd += KProcess::quote(l[1]); +        cmd += TDEProcess::quote(l[1]);          cmd += " | pod2html";      } else {          TQCString errstr(i18n("The only existing directories are functions and faq.").local8Bit()); @@ -117,7 +117,7 @@ extern "C" {      int kdemain(int argc, char **argv)      {          TDEInstance instance( "kio_csharpdoc" ); -        KGlobal::locale()->setMainCatalogue("tdevelop"); +        TDEGlobal::locale()->setMainCatalogue("tdevelop");          if (argc != 4) {              fprintf(stderr, "Usage: kio_csharpdoc protocol domain-socket1 domain-socket2\n"); | 
