Summary: | system notification configuration for rsibreak | ||
---|---|---|---|
Product: | [Applications] rsibreak | Reporter: | Jon Mueller <bonbonthejon> |
Component: | general | Assignee: | Tom Albers <toma> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jon Mueller
2007-05-27 00:53:35 UTC
Confirmed here SVN commit 668708 by toma: Fix compilation and add a Global sections to the eventsrc which is used in the 'configure notification' via the systemsettings. BUG:146005 M +4 -0 eventsrc M +3 -3 rsiwidget.h --- trunk/extragear/utils/rsibreak/src/eventsrc #668707:668708 @@ -1,3 +1,7 @@ +[!Global!] +IconName=rsibreak +Comment=RSIBreak + [start short break] Name=Start of a short break Name[ar]=بدء انقطاع صغير --- trunk/extragear/utils/rsibreak/src/rsiwidget.h #668707:668708 @@ -21,15 +21,15 @@ #ifndef RSIWidget_H #define RSIWidget_H +#include "dcopiface.h" + #include <qdatetime.h> #include <qlabel.h> +#include <qpixmap.h> -#include <dcopiface.h> - class QTimer; class QPushButton; class KAccel; -class QPixmap; class RSIDock; class RSITimer; |