|
|
@ -60,7 +60,7 @@ class PilotCategoryInfo; // ... and category information
|
|
|
|
* as mapping user-visible strings from UTF8 (KDE side) to
|
|
|
|
* as mapping user-visible strings from UTF8 (KDE side) to
|
|
|
|
* the encoding used on the handheld.
|
|
|
|
* the encoding used on the handheld.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
namespace KDE_EXPORT Pilot
|
|
|
|
namespace Pilot KDE_EXPORT
|
|
|
|
{
|
|
|
|
{
|
|
|
|
/** Maximum size of an AppInfo block, taken roughly from the pilot-link source. */
|
|
|
|
/** Maximum size of an AppInfo block, taken roughly from the pilot-link source. */
|
|
|
|
static const int MAX_APPINFO_SIZE=8192;
|
|
|
|
static const int MAX_APPINFO_SIZE=8192;
|
|
|
|