diff options
Diffstat (limited to 'kplato/kptreportview.cc')
| -rw-r--r-- | kplato/kptreportview.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kptreportview.cc b/kplato/kptreportview.cc index edf1019d7..24a541f41 100644 --- a/kplato/kptreportview.cc +++ b/kplato/kptreportview.cc @@ -217,7 +217,7 @@ void ReportView::initReportList() { //kdDebug()<<k_funcinfo<<endl; TQStringList list; m_reportList->clear(); - KStandardDirs std; + TDEStandardDirs std; TQStringList reportDesktopFiles = std.findAllResources("data", "kplato/reports/*.desktop", true, true); for (TQStringList::iterator it = reportDesktopFiles.begin(); it != reportDesktopFiles.end(); ++it) { KDesktopFile file((*it), true); |
