summaryrefslogtreecommitdiffstats
path: root/kpilot/fileInstallWidget.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/fileInstallWidget.cc')
-rw-r--r--kpilot/fileInstallWidget.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpilot/fileInstallWidget.cc b/kpilot/fileInstallWidget.cc
index 5e11c46..1789d68 100644
--- a/kpilot/fileInstallWidget.cc
+++ b/kpilot/fileInstallWidget.cc
@@ -116,7 +116,7 @@ FileInstallWidget::~FileInstallWidget()
static inline bool pdbOrPrc(const TQString &s)
{
- return s.tqendsWith(CSL1(".pdb"),false) || s.tqendsWith(CSL1(".prc"),false) ;
+ return s.endsWith(CSL1(".pdb"),false) || s.endsWith(CSL1(".prc"),false) ;
}
void FileInstallWidget::dragEnterEvent(TQDragEnterEvent *event)