Reinhold Kainhofer
6e4cd9faa5
Replace deprecated Q*Action, QDialog and QImage calls
...
svn path=/trunk/KDE/kdepim/; revision=540504
20 years ago
Reinhold Kainhofer
6396fad702
Additional
...
#include <qxxxx.h> => #include <QXxxx>
that were missed by Laurent's commit yesterday.
svn path=/trunk/KDE/kdepim/; revision=539677
20 years ago
Ingo Klcker
0bc04a1098
Now kmail really compiles again. And it even starts.
...
svn path=/trunk/KDE/kdepim/; revision=467923
21 years ago
Volker Krause
0f6fe9fdb4
117 of 167 files compile
...
svn path=/trunk/KDE/kdepim/; revision=461055
21 years ago
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
21 years ago
Reinhold Kainhofer
50d4efd7d4
The FSF moved to a different address, so update the license headers all through kdepim to include the new address (see also the FSF's home page for the new address):
...
sed 's/59 Temple Place - Suite 330, Boston, MA 02111-1307/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301/'
PS: I didn't touch the kalarm dir, since david seems to update the address himself, and I don't want to create conflicts for him.
CCMAIL:lists@astrojar.org.uk
svn path=/trunk/KDE/kdepim/; revision=437921
21 years ago
Till Adam
00c053b3d0
Convert the KMail configuration dialog to a bunch of KCMs embedded in a
...
KCMultiDialog.
Applying profiles is not working, there will hopefully be a more generic
solution for that soonish.
Boy, am I glad to get that sucker in. : )
svn path=/trunk/kdepim/; revision=284340
22 years ago
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