ksync Library API Documentation

ksyncui.h

00001 #ifndef KSYNCUI_H
00002 #define KSYNCUI_H
00003 // $Id: ksyncui.h,v 1.1 2001/08/09 21:01:18 cschumac Exp $
00004 
00005 class KSyncEntry;
00006 
00022 class KSyncUi
00023 {
00024   public:
00025     KSyncUi();
00026     virtual ~KSyncUi();
00027     
00036     virtual KSyncEntry *deconflict(KSyncEntry *syncEntry,KSyncEntry *target);
00037 };
00038 
00039 #endif
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.5.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sun Feb 15 11:40:48 2004 by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2001