put the inherited classes on one line. even though it gets long sometimes, it makes grepping easier =)

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=689235
This commit is contained in:
Aaron J. Seigo 2007-07-17 22:56:28 +00:00
parent fa2907d3de
commit 089082c050
2 changed files with 2 additions and 6 deletions

View File

@ -37,9 +37,7 @@ namespace Plasma
/**
* Icon class, for URIs and menu popups in panels
*/
class PLASMA_EXPORT Icon : public QObject,
public QGraphicsItem,
public LayoutItem
class PLASMA_EXPORT Icon : public QObject, public QGraphicsItem, public LayoutItem
{
Q_OBJECT
public:

View File

@ -35,9 +35,7 @@ namespace Plasma
/**
* Class that emulates a QPushButton inside plasma
*/
class PLASMA_EXPORT PushButton : public QObject,
public QGraphicsItem,
public QLayoutItem
class PLASMA_EXPORT PushButton : public QObject, public QGraphicsItem, public QLayoutItem
{
Q_OBJECT
public: