summaryrefslogtreecommitdiff
path: root/core/applets/restartapplet2/restart.cpp
Unidiff
Diffstat (limited to 'core/applets/restartapplet2/restart.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/applets/restartapplet2/restart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/applets/restartapplet2/restart.cpp b/core/applets/restartapplet2/restart.cpp
index 576087b..a169505 100644
--- a/core/applets/restartapplet2/restart.cpp
+++ b/core/applets/restartapplet2/restart.cpp
@@ -21,49 +21,49 @@ static char *restart_xpm[] = {
21"$ c #808080", 21"$ c #808080",
22"% c #FFA858", 22"% c #FFA858",
23"& c #FFDCA8", 23"& c #FFDCA8",
24"* c #FFFFC0", 24"* c #FFFFC0",
25"= c #FFFFFF", 25"= c #FFFFFF",
26"- c #585858", 26"- c #585858",
27" .. ", 27" .. ",
28" .. .++. .. ", 28" .. .++. .. ",
29" .+@.@##@.@+. ", 29" .+@.@##@.@+. ",
30" .@+$@%%@$+@. ", 30" .@+$@%%@$+@. ",
31" .$%%&%&%$. ", 31" .$%%&%&%$. ",
32" ..+@%&$$%&@+.. ", 32" ..+@%&$$%&@+.. ",
33".+#@%&%@@&*%@#+.", 33".+#@%&%@@&*%@#+.",
34".$@+$&*&&=*$+@$.", 34".$@+$&*&&=*$+@$.",
35" .--+$&*=&$+--. ", 35" .--+$&*=&$+--. ",
36" .$#++$$++#$. ", 36" .$#++$$++#$. ",
37" .@=$-$++$-$=@. ", 37" .@=$-$++$-$=@. ",
38" .+@-..@@..-@+. ", 38" .+@-..@@..-@+. ",
39" ... .+=. ... ", 39" ... .+=. ... ",
40" .-$. ", 40" .-$. ",
41" .. ", 41" .. ",
42" "}; 42" "};
43 43
44RestartApplet::RestartApplet ( ) 44RestartApplet::RestartApplet ( )
45 : QObject ( 0, "RestartApplet" ), ref ( 0 ) 45 : QObject ( 0, "RestartApplet" )
46{ 46{
47} 47}
48 48
49RestartApplet::~RestartApplet ( ) 49RestartApplet::~RestartApplet ( )
50{ 50{
51} 51}
52 52
53int RestartApplet::position ( ) const 53int RestartApplet::position ( ) const
54{ 54{
55 return 4; 55 return 4;
56} 56}
57 57
58QString RestartApplet::name ( ) const 58QString RestartApplet::name ( ) const
59{ 59{
60 return tr( "Restart" ); 60 return tr( "Restart" );
61} 61}
62 62
63QString RestartApplet::text ( ) const 63QString RestartApplet::text ( ) const
64{ 64{
65 return tr( "Restart Opie" ); 65 return tr( "Restart Opie" );
66} 66}
67 67
68QIconSet RestartApplet::icon ( ) const 68QIconSet RestartApplet::icon ( ) const
69{ 69{