diff options
author | Timothy Pearson <[email protected]> | 2012-06-11 17:21:49 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-11 17:21:49 -0500 |
commit | 02d6ef6446dc03f56abde8d71852f69c91403af8 (patch) | |
tree | a934bd1826cadfb41db4eecb01ed6fd7c6ab277b /src/toplevel.h | |
parent | 3dbc24a1beb0abfd191e5cfd35cec261ef219c22 (diff) | |
download | kerberostray-02d6ef6446dc03f56abde8d71852f69c91403af8.tar.gz kerberostray-02d6ef6446dc03f56abde8d71852f69c91403af8.zip |
Final upload from initial development system
Diffstat (limited to 'src/toplevel.h')
-rw-r--r-- | src/toplevel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/toplevel.h b/src/toplevel.h index 081adb6..4082eef 100644 --- a/src/toplevel.h +++ b/src/toplevel.h @@ -92,6 +92,7 @@ private: KDirWatch *ticketWatch; TQTimer *m_refreshTimer; + bool autostart; bool notifyExpiry; int notifyExpiryMinutes; |