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
Ingo Klcker
4d448db47f
Change
...
#define kernel KMKernel::self()
to
#define kmkernel KMKernel::self()
because 'kernel' was a much to general term. We really shouldn't repeat the mistakes of the X developers.
I noticed this problem when I played around with KImageEffects. kimageeffects.h contains 'kernel' as parameter of some methods and so the compilation had to fail. We won't need KImageEffects in the near future, but at least we are now prepared and a clash with another 'kernel' can't happen anymore.
svn path=/trunk/kdepim/; revision=252621
23 years ago
Dirk Mueller
05ce0dd767
unbreak compilation (gcc 3.4+)
...
svn path=/trunk/kdepim/; revision=239255
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
e2a890c1ac
Enable Windows port by adding an exception clause for non-free Qt; this is in files where the copyright ownership is clear :-). The fun part is the rest of KMail...
...
svn path=/trunk/kdepim/; revision=204080
23 years ago
Marc Mutz
1203ab6313
Remove the "(Default)" suffix before renaming :-)
...
svn path=/trunk/kdenetwork/kmail/; revision=173123
24 years ago
Marc Mutz
acb1c06771
+ setFullWidth( true )
...
svn path=/trunk/kdenetwork/kmail/; revision=173080
24 years ago
Marc Mutz
d8e1f8ea13
Link; Disable DnD-moving for the moment; Add "(Default)" after the default identity's name; new method redisplay()
...
svn path=/trunk/kdenetwork/kmail/; revision=173061
24 years ago
Malcolm Hunter
6d4c889396
CVS_SILENT Corrected typographical errors
...
When replying, please CC me - I'm not subscribed
svn path=/trunk/kdenetwork/kmail/; revision=173059
24 years ago
Marc Mutz
d7a66019fa
Adding IdentityListView, a listview for KMidentities, to be used in ConfigureDialog::IdentityPage
...
svn path=/trunk/kdenetwork/kmail/; revision=172942
24 years ago