Minor change to remove unnecessary strstream include.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/5/head
Michele Calgaro 6 years ago
parent 4a9ff636bf
commit 092899374e
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -29,8 +29,8 @@
#include "expert.moc" #include "expert.moc"
#include <ui.h> #include <ui.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <String.h> #include <string.h>
#include <strstream>
Expert::Expert(liloconf *l, TQWidget *parent, const char *name):TQWidget(parent, name) Expert::Expert(liloconf *l, TQWidget *parent, const char *name):TQWidget(parent, name)
{ {
lilo=l; lilo=l;

Loading…
Cancel
Save