summaryrefslogtreecommitdiffstats
path: root/src/mangen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mangen.cpp')
-rw-r--r--src/mangen.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mangen.cpp b/src/mangen.cpp
index e20b5f7..cea01ce 100644
--- a/src/mangen.cpp
+++ b/src/mangen.cpp
@@ -20,7 +20,6 @@
#include <stdlib.h>
-#include "qtbc.h"
#include <qdir.h>
#include "message.h"
#include "mangen.h"
@@ -131,7 +130,7 @@ static QCString buildFileName(const char *name)
}
QCString &manExtension = Config_getString("MAN_EXTENSION");
- if (convertToQCString(fileName.right(2))!=manExtension)
+ if (fileName.right(2)!=manExtension)
{
fileName+=manExtension;
}