summaryrefslogtreecommitdiffstats
path: root/src/htmlwidget.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-10 18:13:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-11 19:18:06 +0900
commitfa58336351ebfa45b67998e0a1c0639d98509bc5 (patch)
treeee6b5800c7ccb8fd4f0f51774dc358980af1291f /src/htmlwidget.cpp
parent2a173c586953cbca4c6fbb598d2644a911ac0f3d (diff)
downloadknmap-fa58336351ebfa45b67998e0a1c0639d98509bc5.tar.gz
knmap-fa58336351ebfa45b67998e0a1c0639d98509bc5.zip
Removed already applied .diff file and custom _DEBUG flag
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4b0fb52c99f374cb81f6b615ece6202535815bcb)
Diffstat (limited to 'src/htmlwidget.cpp')
-rw-r--r--src/htmlwidget.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/htmlwidget.cpp b/src/htmlwidget.cpp
index 306bf95..bc48fed 100644
--- a/src/htmlwidget.cpp
+++ b/src/htmlwidget.cpp
@@ -311,11 +311,7 @@ void HTMLWidget::slotStylesheetRemoved( )
bool HTMLWidget::tryKnmapFile( )
{
-#ifdef _DEBUG
- TQString path = "/home/c/knmap/src/nmap_manpage.html";
-#else
TQString path = locate( "data", "knmap/nmap_manpage.html" );
-#endif
if( !TQFile::exists( path ))
return false;