summaryrefslogtreecommitdiffstats
path: root/kxsldbg/kxsldbgpart/kxsldbg_partif.h
blob: bd537cec81c234f5a915ba9e2114daf2c24a62ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef KXSLDBG_PARTIF_H
#define KXSLDBG_PARTIF_H

#include <dcopobject.h>

class KXsldbgPartIf : virtual public DCOPObject
{
    K_DCOP
    k_dcop:

    /* reserved for future expansion*/
};

#endif