source:
psi/trunk/src/options/optionsdlgiface.h@
117
| Last change on this file since 117 was 2, checked in by , 19 years ago | |
|---|---|
| File size: 213 bytes | |
| Line | |
|---|---|
| 1 | #ifndef OPTIONSDLGIFACE_H |
| 2 | #define OPTIONSDLGIFACE_H |
| 3 | |
| 4 | class OptionsDlgIface : public QObject |
| 5 | { |
| 6 | Q_OBJECT |
| 7 | public: |
| 8 | OptionsDlgIface(QObject *parent, const char *name); |
| 9 | ~OptionsDlgIface(); |
| 10 | |
| 11 | public slots: |
| 12 | |
| 13 | }; |
| 14 | |
| 15 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
