author | harlekin <harlekin> | 2002-08-29 18:13:06 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-08-29 18:13:06 (UTC) |
commit | f3e2fa39b66dc9aa7773b863cf2a8a6b68412ae4 (patch) (side-by-side diff) | |
tree | a8b2a9ad96015e03e41713088eb6f0603147a8f3 /core | |
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 @@ -1,44 +1,44 @@ /********************************************************************** ** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qtopia Environment. ** ** This file may be distributed and/or modified under the terms of the ** GNU General Public License version 2 as published by the Free Software ** Foundation and appearing in the file LICENSE.GPL included in the ** packaging of this file. ** ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ** ** See http://www.trolltech.com/gpl/ for GPL licensing information. ** ** Contact info@trolltech.com if any conditions of this licensing are ** not clear to you. ** **********************************************************************/ -#ifndef SCREENSHOTAPPLETIMPL_H -#define SCREENSHOTAPPLETIMPL_H +#ifndef IRDAAPPLETIMPL_H +#define IRDAAPPLETIMPL_H #include <qpe/taskbarappletinterface.h> class IrdaApplet; class IrdaAppletImpl : public TaskbarAppletInterface { public: IrdaAppletImpl(); virtual ~IrdaAppletImpl(); QRESULT queryInterface( const QUuid&, QUnknownInterface** ); Q_REFCOUNT virtual QWidget *applet( QWidget *parent ); virtual int position() const; private: IrdaApplet *irda; ulong ref; }; #endif |