┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinfontrequester.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-03-23 15:54:07 +0000
committerPeter Penz <[email protected]>2008-03-23 15:54:07 +0000
commit6420d5f973bdf63375c02ab5308873d42f859f8d (patch)
tree76630564c250a704fae8dafc4fea3a95398c3fe7 /src/dolphinfontrequester.h
parentcfb135f24e6b1b3eb1253c8ebf7c8e7307974eea (diff)
provide a config module for the settings GUI of the Dolphin views, so that it can be embedded into Konqueror
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=789209
Diffstat (limited to 'src/dolphinfontrequester.h')
-rw-r--r--src/dolphinfontrequester.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dolphinfontrequester.h b/src/dolphinfontrequester.h
index 83a478a30..34d69ad61 100644
--- a/src/dolphinfontrequester.h
+++ b/src/dolphinfontrequester.h
@@ -57,6 +57,10 @@ public:
void setCustomFont(const QFont& font);
QFont customFont() const;
+signals:
+ /** Is emitted, if the font has been changed. */
+ void changed();
+
protected:
bool event(QEvent* event);