summaryrefslogtreecommitdiffstats
path: root/src/tag.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.l')
-rw-r--r--src/tag.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tag.l b/src/tag.l
index 35b2c5c..ff3dea4 100644
--- a/src/tag.l
+++ b/src/tag.l
@@ -22,7 +22,7 @@
#include <stdio.h>
#include "qtbc.h"
-#include <qfileinf.h>
+#include <qfileinfo.h>
#include "classdef.h"
#include "filedef.h"
@@ -72,7 +72,7 @@ static void addFile(const char *name)
}
else
{
- mn = new FileName(name);
+ mn = new FileName(name,name);
mn->append(fd);
inputNameList.inSort(mn);
inputNameDict.insert(name,mn);