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
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
Marc Mutz
6363f6c43d
move custom sound widget to where it belongs + some minor code cleanups in kmfawidgets.cpp
...
svn path=/trunk/kdepim/; revision=221119
23 years ago
Carsten Pfeiffer
2162e98ee8
s/qlineedit/klineedit/
...
svn path=/trunk/kdepim/; revision=202956
23 years ago
Zack Rusin
7dc74bd0fb
Use libkabc dialog instead of our old one.
...
svn path=/trunk/kdenetwork/kmail/; revision=198169
24 years ago
Michael Haeckel
8b8b44e5f1
Get rid of the internal addressbook.
...
svn path=/trunk/kdenetwork/kmail/; revision=128108
25 years ago
David Faure
60198e652a
CVS_SILENT fixheaders
...
svn path=/trunk/kdenetwork/kmail/; revision=117511
25 years ago
Dirk Mueller
6797558d5d
356 includes less
...
svn path=/trunk/kdenetwork/kmail/; revision=117339
25 years ago
Waldo Bastian
ec0e559c5b
Changed addressbook dialog to KDialogBase.
...
Hopefully also fixes Xinerama problem.
svn path=/trunk/kdenetwork/kmail/; revision=106015
25 years ago
Marc Mutz
27e4437dc6
Cleanup.
...
svn path=/trunk/kdenetwork/kmail/; revision=101011
25 years ago
Marc Mutz
403059b509
Outsource custom widget classes into kmfawidgets.{h,cpp}.
...
You need to rerun make -f Makefile.cvs in kdenetwork, because
kmfilteraction has no .moc file anymore, but kmfawidgets has.
svn path=/trunk/kdenetwork/kmail/; revision=100512
25 years ago