summaryrefslogtreecommitdiffstats
path: root/src/daemon/NotifyWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/NotifyWidget.h')
-rw-r--r--src/daemon/NotifyWidget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/daemon/NotifyWidget.h b/src/daemon/NotifyWidget.h
index 4191f1c..d80c154 100644
--- a/src/daemon/NotifyWidget.h
+++ b/src/daemon/NotifyWidget.h
@@ -87,6 +87,8 @@ Categories are in class.specific form. class specifies the generic type of notif
void setSoundFile(const TQString&);
void setSoundName(const TQString&);
void setSuppressSound(bool);
+ void setResident(bool);
+ bool isResident();
void setTransient(bool);
bool isTransient();
void setUrgency(TQ_UINT8);
@@ -145,6 +147,7 @@ private:
TQString mSoundName;
bool mPersistence;
bool mSuppressSound;
+ bool mResident;
bool mTransient;
TQ_INT64 mSenderPid;