4#include <tqptrvector.h>
9#include <ksystemtray.h>
24class KarmTray : public KSystemTray
30 KarmTray(MainWindow * parent);
31 KarmTray(karmPart * parent);
36 static TQPtrVector<TQPixmap> *icons;
37 TQTimer *_taskActiveTimer;
43 void updateToolTip( TQPtrList<Task> activeTasks);
Main window to tie the application together.
|