Now the systrayicon change it's color when a download is in progress. I simply change...
[kdenetwork.git] / kget / dockindividual.h
blob392032720df47e95e7512f4ab7618247f52f74fd
1 /***************************************************************************
2 * dockindividual.h
3 * -------------------
5 * Revision : $Id$
6 * begin : Tue Jan 29 2002
7 * copyright : (C) 2002 by Patrick Charbonnier
8 * :
9 * email : pch@freeshell.org
11 ****************************************************************************/
13 /***************************************************************************
15 * This program is free software; you can redistribute it and/or modify
16 * it under the terms of the GNU General Public License as published by
17 * the Free Software Foundation; either version 2 of the License, or
18 * (at your option) any later version.
20 * This program is distributed in the hope that it will be useful,
21 * but WITHOUT ANY WARRANTY; without even the implied warranty of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 * GNU General Public License for more details.
25 ***************************************************************************/
28 #ifndef DOCKINDIVIDUAL_H
29 #define DOCKINDIVIDUAL_H
31 #include <ksystemtray.h>
32 #include "common.h"
34 class KPopupMenu;
36 class DockIndividual : public KSystemTray {
37 Q_OBJECT
38 public:
39 DockIndividual(QWidget *parent=0, const char *name=0);
40 ~DockIndividual();
41 int nPic;
42 void setTip(const QString &);
43 void setValue(int value);
44 /** No descriptions */
45 virtual void contextMenuAboutToShow ( KPopupMenu* menu );
48 #endif