diff options
Diffstat (limited to 'src/htmlwidget.cpp')
-rw-r--r-- | src/htmlwidget.cpp | 4 |
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; |