You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdepim/kaddressbook/printing
Michele Calgaro 3b3f9ec8f3
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
3 months ago
..
CMakeLists.txt Rename kde libraries to tde 13 years ago
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
detailed-style.png Fix invalid headers in PNG files and optimize for size 8 years ago
detailledstyle.cpp Removed explicit usage of the 'register' keyword. 4 years ago
detailledstyle.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
ds_appearance.ui Add includes to UI files to resolve FTBFS 6 years ago
kabentrypainter.cpp Rename KABC namespace 11 years ago
kabentrypainter.h Rename KABC namespace 11 years ago
mike-style.png Fix invalid headers in PNG files and optimize for size 8 years ago
mikesstyle.cpp Rename KABC namespace 11 years ago
mikesstyle.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
printingwizard.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
printingwizard.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
printprogress.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
printprogress.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
printsortmode.cpp Rename KABC namespace 11 years ago
printsortmode.h Rename KABC namespace 11 years ago
printstyle.cpp Rename KABC namespace 11 years ago
printstyle.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
selectionpage.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
selectionpage.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
stylepage.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
stylepage.h Replace Q_OBJECT with TQ_OBJECT 9 months ago

README

This subdircetory implements the printing wizard that handles the
different styles of printing provided by kaddressbook. To see how
printing is handled, see printingwizard.h. See kaddressbookprinting.h
in the kaddressbook main directory, too.

Have a look at printstyle.h if you want to create your own print
style.

Files starting with ds_ are part of the detailed print style
implementation.

-----
Feel free to add you comments here.

--Mirko Boehm.