summaryrefslogtreecommitdiffstats
path: root/src/toplevel.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-13 21:56:45 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-13 21:56:45 -0500
commitc57a10113d7abc28a8e05d2cbf9ea9956bb5b58b (patch)
treea972ddbdb855f3466dc35f644220d2ab013e5294 /src/toplevel.h
parent02d6ef6446dc03f56abde8d71852f69c91403af8 (diff)
downloadkerberostray-c57a10113d7abc28a8e05d2cbf9ea9956bb5b58b.tar.gz
kerberostray-c57a10113d7abc28a8e05d2cbf9ea9956bb5b58b.zip
Make tray icon easier to see and understand
Diffstat (limited to 'src/toplevel.h')
-rw-r--r--src/toplevel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/toplevel.h b/src/toplevel.h
index 4082eef..41ed816 100644
--- a/src/toplevel.h
+++ b/src/toplevel.h
@@ -79,7 +79,8 @@ private:
TQPixmap noTicketsPixmap;
TQPixmap expiredTicketsPixmap;
TQPixmap partiallyExpiredTicketsPixmap;
- TQPixmap expiringTicketsPixmap;
+ TQPixmap timerOverlayPixmap;
+ TQPixmap warningOverlayPixmap;
KAction *confAct;
KAction *getNewTGTAct;
KAction *getNewSTAct;