author | harlekin <harlekin> | 2002-08-29 18:13:06 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-08-29 18:13:06 (UTC) |
commit | f3e2fa39b66dc9aa7773b863cf2a8a6b68412ae4 (patch) (unidiff) | |
tree | a8b2a9ad96015e03e41713088eb6f0603147a8f3 | |
parent | e268d442ac16f94b8575c1f32e0e1962ce8b926f (diff) | |
download | opie-f3e2fa39b66dc9aa7773b863cf2a8a6b68412ae4.zip opie-f3e2fa39b66dc9aa7773b863cf2a8a6b68412ae4.tar.gz opie-f3e2fa39b66dc9aa7773b863cf2a8a6b68412ae4.tar.bz2 |
fixed little typo
-rw-r--r-- | core/applets/irdaapplet/irdaappletimpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/applets/irdaapplet/irdaappletimpl.h b/core/applets/irdaapplet/irdaappletimpl.h index abedb07..ef0c5a6 100644 --- a/core/applets/irdaapplet/irdaappletimpl.h +++ b/core/applets/irdaapplet/irdaappletimpl.h | |||
@@ -17,8 +17,8 @@ | |||
17 | ** not clear to you. | 17 | ** not clear to you. |
18 | ** | 18 | ** |
19 | **********************************************************************/ | 19 | **********************************************************************/ |
20 | #ifndef SCREENSHOTAPPLETIMPL_H | 20 | #ifndef IRDAAPPLETIMPL_H |
21 | #define SCREENSHOTAPPLETIMPL_H | 21 | #define IRDAAPPLETIMPL_H |
22 | 22 | ||
23 | #include <qpe/taskbarappletinterface.h> | 23 | #include <qpe/taskbarappletinterface.h> |
24 | 24 | ||