summaryrefslogtreecommitdiffstats
path: root/src/reportdialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-31 13:22:45 -0600
committerTimothy Pearson <[email protected]>2013-01-31 13:22:45 -0600
commit44bd352cdcdbcc9d2b2c49f41f2bbcd7762c5a6b (patch)
tree85910622f2dda90d8ae5ac268e12c0ad08904ca9 /src/reportdialog.cpp
parent57443681e97fff553d94260756ebedaee606610f (diff)
downloadtellico-44bd352cdcdbcc9d2b2c49f41f2bbcd7762c5a6b.tar.gz
tellico-44bd352cdcdbcc9d2b2c49f41f2bbcd7762c5a6b.zip
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'src/reportdialog.cpp')
-rw-r--r--src/reportdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reportdialog.cpp b/src/reportdialog.cpp
index d95afb4..afae594 100644
--- a/src/reportdialog.cpp
+++ b/src/reportdialog.cpp
@@ -60,7 +60,7 @@ ReportDialog::ReportDialog(TQWidget* parent_, const char* name_/*=0*/)
TQLabel* l = new TQLabel(i18n("&Report template:"), mainWidget);
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"),
false, true);
KSortableValueList<TQString, TQString> templates;