You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
416 B
15 lines
416 B
#ifndef ADDDIRECTORYSERVICEDIALOGIMPL_H |
|
#define ADDDIRECTORYSERVICEDIALOGIMPL_H |
|
#include "adddirectoryservicedialog.h" |
|
|
|
class AddDirectoryServiceDialogImpl : public AddDirectoryServiceDialog |
|
{ |
|
Q_OBJECT |
|
|
|
public: |
|
AddDirectoryServiceDialogImpl( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); |
|
~AddDirectoryServiceDialogImpl(); |
|
|
|
}; |
|
|
|
#endif // ADDDIRECTORYSERVICEDIALOGIMPL_H
|
|
|