|
|
@ -433,6 +433,7 @@ TQStringList KRandrSimpleAPI::getDisplayConfigurationProfiles(TQString kde_confd
|
|
|
|
d.setSorting(TQDir::Name);
|
|
|
|
d.setSorting(TQDir::Name);
|
|
|
|
|
|
|
|
|
|
|
|
const TQFileInfoList *list = d.entryInfoList();
|
|
|
|
const TQFileInfoList *list = d.entryInfoList();
|
|
|
|
|
|
|
|
if (list) {
|
|
|
|
TQFileInfoListIterator it(*list);
|
|
|
|
TQFileInfoListIterator it(*list);
|
|
|
|
TQFileInfo *fi;
|
|
|
|
TQFileInfo *fi;
|
|
|
|
|
|
|
|
|
|
|
@ -442,6 +443,7 @@ TQStringList KRandrSimpleAPI::getDisplayConfigurationProfiles(TQString kde_confd
|
|
|
|
}
|
|
|
|
}
|
|
|
|
++it;
|
|
|
|
++it;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
return ret;
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
}
|
|
|
|