diff options
| author | Friedrich W. H. Kossebau <[email protected]> | 2010-01-26 02:57:09 +0000 |
|---|---|---|
| committer | Friedrich W. H. Kossebau <[email protected]> | 2010-01-26 02:57:09 +0000 |
| commit | 5accf42fc8695460832eee7c68f577f62c419642 (patch) | |
| tree | d57cc45992cd9326edbe3240a4496fec03e96a63 /src/dolphinmodel.cpp | |
| parent | 3b4b98ed57dae169b19e5cc680b03d3ddc6842f5 (diff) | |
changed: made static const data symbols really static const
svn path=/trunk/KDE/kdebase/apps/; revision=1080302
Diffstat (limited to 'src/dolphinmodel.cpp')
| -rw-r--r-- | src/dolphinmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmodel.cpp b/src/dolphinmodel.cpp index f7fd2b350..746752b67 100644 --- a/src/dolphinmodel.cpp +++ b/src/dolphinmodel.cpp @@ -41,7 +41,7 @@ #include <QDir> #include <QFileInfo> -const char* DolphinModel::m_others = I18N_NOOP2("@title:group Name", "Others"); +const char* const DolphinModel::m_others = I18N_NOOP2("@title:group Name", "Others"); DolphinModel::DolphinModel(QObject* parent) : KDirModel(parent), |
