summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/qmake/property.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/qmake/property.cpp')
-rw-r--r--tqtinterface/qt4/qmake/property.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tqtinterface/qt4/qmake/property.cpp b/tqtinterface/qt4/qmake/property.cpp
index dfb200e..dfb7301 100644
--- a/tqtinterface/qt4/qmake/property.cpp
+++ b/tqtinterface/qt4/qmake/property.cpp
@@ -98,7 +98,7 @@ TQMakeProperty::value(TQString v, bool just_check)
if(initSettings()) {
bool ok;
- int slash = v.tqfindRev('/');
+ int slash = v.findRev('/');
TQString ret = sett->readEntry(keyBase(slash == -1) + v, TQString::null, &ok);
if(!ok) {
TQString version = qmake_version();