-rw-r--r-- | library/lnkproperties.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/library/lnkproperties.h b/library/lnkproperties.h index 501692e..38da5b2 100644 --- a/library/lnkproperties.h +++ b/library/lnkproperties.h | |||
@@ -17,6 +17,14 @@ | |||
17 | ** not clear to you. | 17 | ** not clear to you. |
18 | ** | 18 | ** |
19 | **********************************************************************/ | 19 | **********************************************************************/ |
20 | |||
21 | |||
22 | // | ||
23 | // DO NOT ATTEMPT TO USE THIS CLASS | ||
24 | // | ||
25 | |||
26 | |||
27 | |||
20 | #ifndef LNKPROPERTIES_H | 28 | #ifndef LNKPROPERTIES_H |
21 | #define LNKPROPERTIES_H | 29 | #define LNKPROPERTIES_H |
22 | #include <qstringlist.h> | 30 | #include <qstringlist.h> |
@@ -33,13 +41,18 @@ class LnkProperties : public QDialog | |||
33 | Q_OBJECT | 41 | Q_OBJECT |
34 | 42 | ||
35 | public: | 43 | public: |
44 | // WARNING: Do *NOT* define this yourself. The SL5xxx from SHARP does NOT | ||
45 | // have this class. | ||
46 | #ifdef QTOPIA_INTERNAL_FSLP | ||
36 | LnkProperties( AppLnk* lnk, QWidget* parent = 0 ); | 47 | LnkProperties( AppLnk* lnk, QWidget* parent = 0 ); |
37 | ~LnkProperties(); | 48 | ~LnkProperties(); |
49 | #endif | ||
38 | 50 | ||
39 | void done(int); | 51 | void done(int); |
40 | private slots: | 52 | private slots: |
41 | void beamLnk(); | 53 | void beamLnk(); |
42 | void unlinkLnk(); | 54 | void unlinkLnk(); |
55 | void unlinkIcon(); | ||
43 | void duplicateLnk(); | 56 | void duplicateLnk(); |
44 | 57 | ||
45 | signals: | 58 | signals: |