summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/qmake/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/qmake/project.h')
-rw-r--r--tqtinterface/qt4/qmake/project.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tqtinterface/qt4/qmake/project.h b/tqtinterface/qt4/qmake/project.h
index 62913b4..ec8104a 100644
--- a/tqtinterface/qt4/qmake/project.h
+++ b/tqtinterface/qt4/qmake/project.h
@@ -100,7 +100,7 @@ inline TQString TQMakeProject::configFile()
{ return cfile; }
inline bool TQMakeProject::isEmpty(const TQString &v)
-{ return !vars.tqcontains(v) || vars[v].isEmpty(); }
+{ return !vars.contains(v) || vars[v].isEmpty(); }
inline TQStringList &TQMakeProject::values(const TQString &v)
{ return vars[v]; }