summaryrefslogtreecommitdiffstats
path: root/knode/knodecomposeriface.h
blob: d6f25f5ab6537afc38ccb26492f19a751cd15f90 (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 TQString &text) = 0;
};

#endif