summaryrefslogtreecommitdiffstats
path: root/tdenewstuff/entry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdenewstuff/entry.cpp')
-rw-r--r--tdenewstuff/entry.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tdenewstuff/entry.cpp b/tdenewstuff/entry.cpp
index 3213f272e..7539bb679 100644
--- a/tdenewstuff/entry.cpp
+++ b/tdenewstuff/entry.cpp
@@ -343,6 +343,7 @@ void Entry::parseDomElement( const TQDomElement &element )
}
if ( e.tagName() == "score" ) setRating( e.text().toInt() );
if ( e.tagName() == "downloads" ) setDownloads( e.text().toInt() );
+// if ( e.tagName() == "typename" ) setType( e.text() );
}
}