From 2178da111f72dc574457d5242d120b4d10ea5edd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:50:05 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- amor/amordialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amor/amordialog.cpp') 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(); -- cgit v1.2.1