From f8841c92d5251f713eb7a025af8fdee52de45b3d Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 06 Nov 2004 14:30:14 +0000 Subject: category utf8 fixes --- (limited to 'libkcal/sharpformat.h') diff --git a/libkcal/sharpformat.h b/libkcal/sharpformat.h index 0b13862..a71177d 100644 --- a/libkcal/sharpformat.h +++ b/libkcal/sharpformat.h @@ -40,7 +40,6 @@ class SharpFormat : public QObject { bool load( Calendar * ,Calendar *); bool save( Calendar * ); - void setCategoriesList ( QStringList * cat ){ mCategories = cat; } bool fromString2Cal( Calendar *, Calendar *, const QString & , const QString & ); bool fromString( Calendar *, const QString & ); QString toString( Calendar * ); @@ -51,7 +50,6 @@ class SharpFormat : public QObject { QString getTodoString( Todo* ); QString dtToString( const QDateTime& dt, bool useTZ = true ); - QStringList *mCategories; int getNumFromRecord( QString answer,Incidence* inc ) ; QString getPart( const QString & text, bool &ok, int &start ); }; -- cgit v0.9.0.2