diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 13:15:49 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 13:15:49 -0600 |
commit | fbabec38df7425dea82c500ade2d50ab3ec9c042 (patch) | |
tree | 28271041e2e777d385fcdbf19c5baabf3b779e45 /src | |
parent | 09d8bf932e5ccf39a7d500f8fce315d2defaa689 (diff) | |
download | dolphin-fbabec38df7425dea82c500ade2d50ab3ec9c042.tar.gz dolphin-fbabec38df7425dea82c500ade2d50ab3ec9c042.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/viewproperties.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewproperties.cpp b/src/viewproperties.cpp index 4517a7d..a7c4a77 100644 --- a/src/viewproperties.cpp +++ b/src/viewproperties.cpp @@ -186,7 +186,7 @@ void ViewProperties::save() DolphinSettings& settings = DolphinSettings::instance(); if (settings.isSaveView()) { TQFile file(m_filepath + FILE_NAME); - KStandardDirs::makeDir(m_filepath); + TDEStandardDirs::makeDir(m_filepath); if (!file.open(IO_WriteOnly)) { return; } |