diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-08-16 23:54:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-08-16 23:54:40 +0900 |
commit | 092899374e1c83e33efbc2314c7331afa0e57988 (patch) | |
tree | fa8bf19c0a5fd170d6eb5bb5dd1b8457be4a6854 /lilo-config | |
parent | 4a9ff636bfab18568bafe4f3d06e91108e078705 (diff) | |
download | tdeadmin-092899374e1c83e33efbc2314c7331afa0e57988.tar.gz tdeadmin-092899374e1c83e33efbc2314c7331afa0e57988.zip |
Minor change to remove unnecessary strstream include.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lilo-config')
-rw-r--r-- | lilo-config/kde-qt-common/expert.cpp | 4 |
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; |