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 |
Waldo Bastian
|
2fff7517c8
|
CVS_SILENT
Updated address of FSF
svn path=/trunk/kdepim/; revision=212185
|
23 years ago |
Christian Gebauer
|
1094a253e3
|
fixed compilation with KDE_NO_COMPAT (kapplication.h, kcolordialog.h)
svn path=/trunk/kdenetwork/kmail/; revision=125101
|
25 years ago |
Dirk Mueller
|
6797558d5d
|
356 includes less
svn path=/trunk/kdenetwork/kmail/; revision=117339
|
25 years ago |
Marc Mutz
|
f1c66804b2
|
Qt3 compile fixes. The last problem is in kmcomposewin.cpp
svn path=/trunk/kdenetwork/kmail/; revision=112567
|
25 years ago |
Stephan Kulow
|
fec2831df5
|
removing "const QString" in return values and parameters. It only confuses compilers,
using const QString& in parameters and QString in return values
svn path=/trunk/kdenetwork/kmail/; revision=92546
|
25 years ago |
Espen Sand
|
de50f7a1dd
|
Added support for quoted text colors and fonts in the
|
26 years ago |