summaryrefslogtreecommitdiffabout
path: root/kabc/vcard/include/VCardClassValue.h
Side-by-side diff
Diffstat (limited to 'kabc/vcard/include/VCardClassValue.h') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/vcard/include/VCardClassValue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/vcard/include/VCardClassValue.h b/kabc/vcard/include/VCardClassValue.h
index ff133c2..c450169 100644
--- a/kabc/vcard/include/VCardClassValue.h
+++ b/kabc/vcard/include/VCardClassValue.h
@@ -11,33 +11,33 @@
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#ifndef CLASSVALUE_H
#define CLASSVALUE_H
-#include <qcstring.h>
+#include <q3cstring.h>
#include <VCardValue.h>
#include <kdebug.h>
namespace VCARD
{
class ClassValue : public Value
{
#include "ClassValue-generated.h"
enum ClassType {
Public, Private, Confidential, Other
};