[kmobiletools] KDE/kdepim/kmobiletools/kmobiletools/libkmobiletools

Pino Toscano toscano.pino at tiscali.it
Sun Jun 17 01:50:20 CEST 2007


SVN commit 676489 by pino:

add include guard, and a needed include


 M  +8 -0      gsmcodec.h  


--- trunk/KDE/kdepim/kmobiletools/kmobiletools/libkmobiletools/gsmcodec.h #676488:676489
@@ -18,6 +18,11 @@
    Boston, MA 02110-1301, USA.
  ***************************************************************************/
 
+#ifndef KMOBILETOOLS_GSMCODEC_H
+#define KMOBILETOOLS_GSMCODEC_H
+
+#include <QtCore/QChar>
+
 const int gsmlen=138;
 const QChar alphabet7bit[]={
     0x0040 /* COMMERCIAL AT */ ,
@@ -175,3 +180,6 @@
     0x40,
     0x65,
 };
+
+#endif
+


More information about the kmobiletools mailing list