diff options
| author | Peter Penz <[email protected]> | 2009-02-03 18:40:59 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-02-03 18:40:59 +0000 |
| commit | 6c75649664547b7f0ead9658af224524632d5c56 (patch) | |
| tree | 52777f14167dd103b86929445fea9068e99fa169 /src/dolphiniconsview.h | |
| parent | 0217168998bb6b9c327cd1a803dfe19a10543db7 (diff) | |
Check whether the global single-click/double-click setting has been changed during runtime and assure that the behavior of the view is adjusted.
CCMAIL: [email protected]
BUG: 175635
BUG: 175280
svn path=/trunk/KDE/kdebase/apps/; revision=920754
Diffstat (limited to 'src/dolphiniconsview.h')
| -rw-r--r-- | src/dolphiniconsview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index cc21e9aad..76a369db9 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -75,7 +75,7 @@ private slots: void slotAdditionalInfoChanged(); void setZoomLevel(int level); void requestActivation(); - void updateFont(); + void slotGlobalSettingsChanged(int category); private: /** |
