diff options
| author | Peter Penz <[email protected]> | 2007-07-25 19:55:34 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-07-25 19:55:34 +0000 |
| commit | 55643abf6911cf9ab06546cdaf88fb7a1ad1d65d (patch) | |
| tree | 0e9b8c1ac7515d62d5ba461876adea22fb873504 | |
| parent | be0e1f8d276f101f948a7c368d1410b1c5640630 (diff) | |
revert wrong sorting resulted by last commit: K comes before L... (yes, some people like me can only sort the letters A - F ;-))
svn path=/trunk/KDE/kdebase/apps/; revision=692538
| -rw-r--r-- | src/dolphinsortfilterproxymodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinsortfilterproxymodel.h b/src/dolphinsortfilterproxymodel.h index e97e673ee..2638f043a 100644 --- a/src/dolphinsortfilterproxymodel.h +++ b/src/dolphinsortfilterproxymodel.h @@ -21,8 +21,8 @@ #define DOLPHINSORTFILTERPROXYMODEL_H #include <dolphinview.h> -#include <libdolphin_export.h> #include <kdirsortfilterproxymodel.h> +#include <libdolphin_export.h> /** * @brief Acts as proxy model for KDirModel to sort and filter |
