8#ifndef KNOTIFYCONFIGWIDGET_H
9#define KNOTIFYCONFIGWIDGET_H
13#include <knotifyconfig_export.h>
15class KNotifyConfigElement;
16class KNotifyConfigWidgetPrivate;
50 void setApplication(
const QString &appname = QString(),
const QString &context_name = QString(),
const QString &context_value = QString());
71 void revertToDefaults();
77 void disableAllSounds();
88 KNotifyConfigWidgetPrivate *
const d;
90 KNOTIFYCONFIG_NO_EXPORT
void slotEventSelected(KNotifyConfigElement *e);
91 KNOTIFYCONFIG_NO_EXPORT
void slotActionChanged();