From 6c9a60ba1848d17521d9fc74c8b47ff5dbf0552b Mon Sep 17 00:00:00 2001 From: Alex Zepeda Date: Mon, 2 Dec 2002 10:50:03 +0000 Subject: [PATCH] I'll vote for over . Why? Here's why: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. And grep shows: kcontrol/kfontinst/kfontinst/FontListWidget.cpp:#include kdm/kfrontend/liloinfo.cpp:#include kioslave/sftp/ksshprocesstest.cpp:#include kioslave/mac/kio_mac.cpp:#include libkonq/konq_propsview.cc:#include konsole/konsole/TEHistory.cpp:#include svn path=/trunk/kdebase/kcontrol/; revision=191581 --- clients/keramik/embedtool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/keramik/embedtool.cpp b/clients/keramik/embedtool.cpp index 4c329cac0c..22a942a00d 100644 --- a/clients/keramik/embedtool.cpp +++ b/clients/keramik/embedtool.cpp @@ -28,7 +28,7 @@ #include #include -#include +#include static int primes[] = { 2, 3, 5, 7, 11, 13, 17, 19, 23, 29,