diff options
Diffstat (limited to 'amor/amordialog.cpp')
-rw-r--r-- | amor/amordialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amor/amordialog.cpp b/amor/amordialog.cpp index 981200b..56f035d 100644 --- a/amor/amordialog.cpp +++ b/amor/amordialog.cpp @@ -115,7 +115,7 @@ void AmorDialog::readThemes() // Non-recursive search for theme files, with the relative paths stored // in files so that absolute paths are not used. - KGlobal::dirs()->findAllResources("appdata", "*rc", false, false, files); + TDEGlobal::dirs()->findAllResources("appdata", "*rc", false, false, files); for (TQStringList::ConstIterator it = files.begin(); it != files.end(); |