summaryrefslogtreecommitdiffstats
path: root/kfilereplace/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'kfilereplace/report.h')
-rw-r--r--kfilereplace/report.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kfilereplace/report.h b/kfilereplace/report.h
index 98996f92..af221bc1 100644
--- a/kfilereplace/report.h
+++ b/kfilereplace/report.h
@@ -36,7 +36,7 @@ class Report
private:
KListView* m_stringsView,
* m_resultsView;
- QString m_docPath;
+ TQString m_docPath;
bool m_isSearchFlag;
RCOptions* m_option;
@@ -52,7 +52,7 @@ class Report
void createStyleSheet();
public:
- void createDocument(const QString& docPath);
+ void createDocument(const TQString& docPath);
};
#endif // REPORT_H