~ubuntu-branches/ubuntu/wily/kalgebra/wily

« back to all changes in this revision

Viewing changes to plasmoids/calculator/kalgebraplasma.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell, Scarlett Clark, Jonathan Riddell
  • Date: 2015-06-09 18:34:31 UTC
  • mfrom: (0.5.9)
  • Revision ID: package-import@ubuntu.com-20150609183431-ggzg2uw6t0xy13hd
Tags: 4:15.04.2-0ubuntu1
[ Scarlett Clark ]
* New upstream release
* New upstream release
* Vivid backport

[ Jonathan Riddell ]
* New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
#include "kalgebraplasma.h"
20
20
 
21
 
#include <QPainter>
22
21
#include <QFontMetrics>
23
 
#include <QSizeF>
24
 
#include <QLabel>
25
22
#include <QGraphicsProxyWidget>
26
23
#include <QFont>
27
24
#include <KIcon>
159
156
                m_output->setText(QString());
160
157
}
161
158
 
162
 
#include "kalgebraplasma.moc"
 
159