~ubuntu-branches/ubuntu/precise/kdewebdev-kde4/precise

« back to all changes in this revision

Viewing changes to kommander/editor/widgetfactory.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas, Richard Birnie, Jonathan Thomas
  • Date: 2008-11-26 19:53:39 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20081126195339-ngaj5wb31dgthwjh
Tags: 4:4.1.80-0ubuntu1
[ Richard Birnie ]
* New upstream release:
  - Updated build-deps kdelibs5-dev, kdepimlibs5-dev, cmake

[ Jonathan Thomas ]
* Created debian/not-installed, added the kommander headers we don't install
  to it

Show diffs side-by-side

added added

removed removed

Lines of Context:
1293
1293
/*!  Returns the actual designer widget of the container \a w. This is
1294
1294
  normally \a w itself, but might be a parent or grand parent of \a w
1295
1295
  (e.g. when working with a tabwidget and \a w is the container which
1296
 
  contains and layouts childs, but the actual widget known to the
 
1296
  contains and layouts children, but the actual widget known to the
1297
1297
  designer is the tabwidget which is the parent of \a w. So this
1298
1298
  function returns the tabwidget then.)
1299
1299
*/