summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/impl/dcim/dcim_ifaceinfo.h
blob: 6396047a9cd0091c124669c145eb291c58dfb215 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * GPLv2
 *  zecke@handhelds.org
 */

#ifndef DCIM_IFACE_INFO_H
#define DCIM_IFACE_INFO_H

#include <iface/ifaceinfo.h>

class DCIM_InterfaceInfo : public PInterfaceInfo {
public:
    DCIM_InterfaceInfo();
    virtual ~DCIM_InterfaceInfo();

    QString name()const;
    QWidget* configWidget( const Config& );
    void writeConfig( QWidget* wid, Config& );
};


#endif