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:55:13 +0900 |
commit | 85d0e8915d58058bb3280227e5859b5b0e8e851a (patch) | |
tree | 88d919bae5e9dea6c39d9e917713979853524dac /lilo-config | |
parent | 29482e7e919f2b5d0f26252b896559c978e0df8d (diff) | |
download | tdeadmin-85d0e8915d58058bb3280227e5859b5b0e8e851a.tar.gz tdeadmin-85d0e8915d58058bb3280227e5859b5b0e8e851a.zip |
Minor change to remove unnecessary strstream include.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 092899374e1c83e33efbc2314c7331afa0e57988)
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; |