00001 /*************************************************************************** 00002 kcelbookmarkowner.h - description 00003 ------------------- 00004 begin : Fri Aug 30 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 00018 #ifndef __kcelbookmarkowner_h__ 00019 #define __kcelbookmarkowner_h__ 00020 00021 #include <kbookmarkmanager.h> 00022 #include "url.h" 00023 00024 class KCelBookmarkOwner : virtual public KBookmarkOwner { 00025 00026 public: 00027 virtual QString currentIcon() const { return QString::null; }; 00028 virtual Url currentUrl(Url::UrlType type=Url::Absolute) const { return Url(); }; 00029 }; 00030 00031 #endif 00032 00033
1.4.1