2006-06-07 09:05:46 +00:00
|
|
|
/*
|
2006-07-04 23:30:05 +00:00
|
|
|
* This file was generated by dbusxml2cpp version 0.6
|
|
|
|
* Command line was: dbusxml2cpp -c KWinAdaptor -m -p kwinadaptor -- org.kde.KWin.xml
|
2006-06-07 09:05:46 +00:00
|
|
|
*
|
2006-07-04 23:30:05 +00:00
|
|
|
* dbusxml2cpp is Copyright (C) 2006 Trolltech AS. All rights reserved.
|
2006-06-07 09:05:46 +00:00
|
|
|
*
|
|
|
|
* This is an auto-generated file.
|
2006-07-04 23:30:05 +00:00
|
|
|
* This file may have been hand-edited. Look for HAND-EDIT comments
|
|
|
|
* before re-generating it.
|
2006-06-07 09:05:46 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "kwinadaptor.h"
|
|
|
|
|
|
|
|
/*
|
2006-07-04 23:30:05 +00:00
|
|
|
* Implementation of interface class KWinAdaptor
|
2006-06-07 09:05:46 +00:00
|
|
|
*/
|
|
|
|
|
2006-07-04 23:30:05 +00:00
|
|
|
KWinAdaptor::KWinAdaptor(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent)
|
|
|
|
: QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent)
|
2006-06-07 09:05:46 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
KWinAdaptor::~KWinAdaptor()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#include "kwinadaptor.moc"
|