~ubuntu-branches/ubuntu/hardy/kdebase-workspace/hardy-backports

« back to all changes in this revision

Viewing changes to plasma/dataengines/dict/dictengine.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-01-06 18:18:37 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080106181837-20dc8x9sru3seyup
Tags: 4:4.0.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
void DictEngine::getDefinition()
53
53
{
54
 
      if(currentWord == QLatin1String("about"))
 
54
/*      if(currentWord == QLatin1String("about"))
55
55
      {
56
56
          setData(currentWord, "gcide", "<!--PAGE START--><!--DEFINITION START--><dl><dt><b>Developers</b></dt><!--PAGE START--><dd>KDE4 Dictionary Applet for Plasma was written by <i>Thomas Georgiou</i> and <i>Jeff Cooper</i></dd></dl>");
57
57
            return;
58
 
      }
 
58
      }*/// NOT GOOD!!!
59
59
 
60
60
      tcpSocket->waitForReadyRead();
61
61
      tcpSocket->readAll();