summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-08-16 23:54:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-08-16 23:54:40 +0900
commit092899374e1c83e33efbc2314c7331afa0e57988 (patch)
treefa8bf19c0a5fd170d6eb5bb5dd1b8457be4a6854
parent4a9ff636bfab18568bafe4f3d06e91108e078705 (diff)
downloadtdeadmin-092899374e1c83e33efbc2314c7331afa0e57988.tar.gz
tdeadmin-092899374e1c83e33efbc2314c7331afa0e57988.zip
Minor change to remove unnecessary strstream include.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--lilo-config/kde-qt-common/expert.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lilo-config/kde-qt-common/expert.cpp b/lilo-config/kde-qt-common/expert.cpp
index d74b6b6..5793058 100644
--- a/lilo-config/kde-qt-common/expert.cpp
+++ b/lilo-config/kde-qt-common/expert.cpp
@@ -29,8 +29,8 @@
#include "expert.moc"
#include <ui.h>
#include <tqwhatsthis.h>
-#include <String.h>
-#include <strstream>
+#include <string.h>
+
Expert::Expert(liloconf *l, TQWidget *parent, const char *name):TQWidget(parent, name)
{
lilo=l;