00001 /*************************************************************************** 00002 kcelbookmarkmanager.h - description 00003 ------------------- 00004 begin : Tue Aug 27 2002 00005 copyright : (C) 2002 by chris 00006 email : chris@tux.teyssier.org 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 #ifndef _KCELBOOKMARKMANAGER_ 00018 #define _KCELBOOKMARKMANAGER_ 00019 00020 #include <kbookmarkmanager.h> 00021 #include <kstandarddirs.h> 00022 00023 class KCelBookmarkManager 00024 { 00025 public: 00026 static KBookmarkManager * self(); 00027 00028 static KBookmarkManager *s_bookmarkManager; 00029 00030 static void copy(const QString& source, const QString& dest); 00031 }; 00032 00033 #endif // _KCELBOOKMARKMANAGER_
1.4.1