|
|
@ -60,7 +60,7 @@ ReportDialog::ReportDialog(TQWidget* parent_, const char* name_/*=0*/)
|
|
|
|
TQLabel* l = new TQLabel(i18n("&Report template:"), mainWidget);
|
|
|
|
TQLabel* l = new TQLabel(i18n("&Report template:"), mainWidget);
|
|
|
|
hlay->addWidget(l);
|
|
|
|
hlay->addWidget(l);
|
|
|
|
|
|
|
|
|
|
|
|
// KStandardDirs::findAllResources(const char *type, const TQString &filter, bool recursive, bool uniq)
|
|
|
|
// TDEStandardDirs::findAllResources(const char *type, const TQString &filter, bool recursive, bool uniq)
|
|
|
|
TQStringList files = TDEGlobal::dirs()->findAllResources("appdata", TQString::fromLatin1("report-templates/*.xsl"),
|
|
|
|
TQStringList files = TDEGlobal::dirs()->findAllResources("appdata", TQString::fromLatin1("report-templates/*.xsl"),
|
|
|
|
false, true);
|
|
|
|
false, true);
|
|
|
|
KSortableValueList<TQString, TQString> templates;
|
|
|
|
KSortableValueList<TQString, TQString> templates;
|
|
|
|