superkaramba
karambalistboxitem.h
00001 /* 00002 * Copyright (C) 2003-2004 Adam Geitgey <adam@rootnode.org> 00003 * Copyright (c) 2005 Ryan Nickell <p0z3r@earthlink.net> 00004 * 00005 * This file is part of SuperKaramba. 00006 * 00007 * SuperKaramba is free software; you can redistribute it and/or modify 00008 * it under the terms of the GNU General Public License as published by 00009 * the Free Software Foundation; either version 2 of the License, or 00010 * (at your option) any later version. 00011 * 00012 * SuperKaramba is distributed in the hope that it will be useful, 00013 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00015 * GNU General Public License for more details. 00016 * 00017 * You should have received a copy of the GNU General Public License 00018 * along with SuperKaramba; if not, write to the Free Software 00019 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 00020 ****************************************************************************/ 00021 #include "karamba.h" 00022 #include <tqlistbox.h> 00023 00024 class KarambaListBoxItem : public TQListBoxText 00025 { 00026 00027 public: 00028 TQString appId; 00029 KarambaListBoxItem( TQListBox* listbox, const TQString & text=TQString::null ); 00030 00031 };