Marc Mutz
|
c4df6a1a84
|
Add <config.h> to all .cpp files as in aegypten_branch we really
depend on th values there.
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
Changes done by this script:
for i in *.cpp; do
if ! grep -q '<config.h>' $i; then
echo $i
fi
done | xargs -n1 perl -pi\~ -e \
'if ( /#include/ && !$first ) {
$_ = "#ifdef HAVE_CONFIG_H\n#include <config.h>\n#endif\n\n" . $_;
$first=1;
}'
svn path=/trunk/kdepim/; revision=278891
|
23 years ago |
Marc Mutz
|
440d618087
|
Remove all FooInherited #defines and all "base" typedefs to make it consistent. They're removed since they obfuscate the inheritance trees and potential problems when changing the inheritance (the compiler doesn't force you to look at every reference to the superclass).
svn path=/trunk/kdepim/; revision=258284
|
23 years ago |
Dirk Mueller
|
05ce0dd767
|
unbreak compilation (gcc 3.4+)
svn path=/trunk/kdepim/; revision=239255
|
23 years ago |
Helge Deller
|
af2967c020
|
roaming user fixes & some small cleanups
svn path=/trunk/kdepim/; revision=234393
|
23 years ago |
Zack Rusin
|
b128a466e2
|
Lets try this : major include's cleanup. Should shave a few mins of kmail's compilation.
Credits go to Scott and fixincludes.
svn path=/trunk/kdepim/; revision=222501
|
23 years ago |
Waldo Bastian
|
2fff7517c8
|
CVS_SILENT
Updated address of FSF
svn path=/trunk/kdepim/; revision=212185
|
23 years ago |
Marc Mutz
|
d8e422c563
|
from kroupware_branch: starting to merge the kmaccount refactoring
svn path=/trunk/kdenetwork/kmail/; revision=191042
|
24 years ago |