~ubuntu-branches/ubuntu/maverick/bluedevil/maverick-proposed

« back to all changes in this revision

Viewing changes to src/kcmodule/kded.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2010-08-07 09:04:19 UTC
  • Revision ID: james.westby@ubuntu.com-20100807090419-68k54ucso2htcf5z
Tags: upstream-1.0~rc2
ImportĀ upstreamĀ versionĀ 1.0~rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * This file was generated by qdbusxml2cpp version 0.7
 
3
 * Command line was: qdbusxml2cpp -c KDED -p kded.h:kded.cpp /home/ereslibre/proyectos/kde/kdelibs/build/kded/org.kde.kded.xml
 
4
 *
 
5
 * qdbusxml2cpp is Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
 
6
 *
 
7
 * This is an auto-generated file.
 
8
 * This file may have been hand-edited. Look for HAND-EDIT comments
 
9
 * before re-generating it.
 
10
 */
 
11
 
 
12
#include "kded.h"
 
13
 
 
14
/*
 
15
 * Implementation of interface class KDED
 
16
 */
 
17
 
 
18
KDED::KDED(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent)
 
19
    : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent)
 
20
{
 
21
}
 
22
 
 
23
KDED::~KDED()
 
24
{
 
25
}
 
26