summaryrefslogtreecommitdiffstats
path: root/knode/knodecomposeriface.h
blob: d311541be2472b9b0adaf907ac571b3faf34c465 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef KNODECOMPOSERIFACE_H
#define KNODECOMPOSERIFACE_H

#include <dcopobject.h>
#include <kurl.h>

class KNodeComposerIface : virtual public DCOPObject
{
    K_DCOP
  k_dcop:
    virtual void initData(const QString &text) = 0;
};

#endif