~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to rkward/dataeditor/rkeditor.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Friedrichsmeier
  • Date: 2008-04-20 21:30:00 UTC
  • mfrom: (1.2.2 upstream) (3.1.9 hardy)
  • Revision ID: james.westby@ubuntu.com-20080420213000-fs4i8efmfc793bnn
new upstream release
closes: #475175
closes: #463348
closes: #475982

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        getObject ()->setObjectOpened (this, false);
28
28
}
29
29
 
30
 
QString RKEditor::getRDescription () {
 
30
QString RKEditor::getDescription () {
31
31
        RK_TRACE (EDITOR);
32
32
        RK_ASSERT (getObject ());
33
 
//TODO: is this quoted correctly?
34
 
        return (RObject::rQuote ("data:" + getObject ()->getFullName ()));
 
33
 
 
34
        return ("data:" + getObject ()->getFullName ());
35
35
}
36
36
 
37
37
#include "rkeditor.moc"