]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/FormUrl.h
initalize memeber vars
[lyx.git] / src / frontends / kde / FormUrl.h
1 /**
2  * \file FormUrl.h
3  * Copyright 2001 the LyX Team
4  * Read the file COPYING
5  *
6  * \author John Levon
7  */
8
9 #ifndef FORMURL_H
10 #define FORMURL_H
11
12 #include "KFormBase.h" 
13
14 class ControlUrl;
15 class UrlDialog;
16
17 class FormUrl : public KFormBase<ControlUrl, UrlDialog> {
18 public: 
19         FormUrl(ControlUrl & c);
20
21 private: 
22         /// apply dialog
23         virtual void apply();
24         /// build dialog
25         virtual void build();
26         /// update dialog
27         virtual void update();
28 };
29
30 #endif // FORMURL_H