kcelbookmarkmanager.h
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:1k
源码类别:

OpenGL

开发平台:

Visual C++

  1. /***************************************************************************
  2.                           kcelbookmarkmanager.h  -  description
  3.                              -------------------
  4.     begin                : Tue Aug 27 2002
  5.     copyright            : (C) 2002 by chris
  6.     email                : chris@tux.teyssier.org
  7.  ***************************************************************************/
  8. /***************************************************************************
  9.  *                                                                         *
  10.  *   This program is free software; you can redistribute it and/or modify  *
  11.  *   it under the terms of the GNU General Public License as published by  *
  12.  *   the Free Software Foundation; either version 2 of the License, or     *
  13.  *   (at your option) any later version.                                   *
  14.  *                                                                         *
  15.  ***************************************************************************/
  16. #ifndef _KCELBOOKMARKMANAGER_
  17. #define _KCELBOOKMARKMANAGER_
  18. #include <kbookmarkmanager.h>
  19. #include <kstandarddirs.h>
  20. class KCelBookmarkManager
  21. {
  22. public:
  23.     static KBookmarkManager * self();
  24.     static KBookmarkManager *s_bookmarkManager;
  25.     static void copy(const QString& source, const QString& dest);
  26. };
  27. #endif // _KCELBOOKMARKMANAGER_