summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--kaddressbook/kaddressbook.pro1
-rw-r--r--kaddressbook/winicons.rc3
-rw-r--r--korganizer/korganizer.pro1
-rw-r--r--microkde/microkde.pro1
-rw-r--r--microkde/microkdeE.pro1
5 files changed, 5 insertions, 2 deletions
diff --git a/kaddressbook/kaddressbook.pro b/kaddressbook/kaddressbook.pro
index f93bed0..fbbc026 100644
--- a/kaddressbook/kaddressbook.pro
+++ b/kaddressbook/kaddressbook.pro
@@ -1,69 +1,70 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on 2 CONFIG = qt warn_on
3 TARGET = kapi 3 TARGET = kapi
4DESTDIR= ../bin 4DESTDIR= ../bin
5 5
6include( ../variables.pri ) 6include( ../variables.pri )
7 7
8 8
9INCLUDEPATH += . ./details ./features ./xxport ../libkdepim ../microkde ../microkde/kdecore ../microkde/kutils ../microkde/kio/kfile ../microkde/kio/kio ../microkde/kdeui ../microkde/kresources ../kabc ../ interfaces 9INCLUDEPATH += . ./details ./features ./xxport ../libkdepim ../microkde ../microkde/kdecore ../microkde/kutils ../microkde/kio/kfile ../microkde/kio/kio ../microkde/kdeui ../microkde/kresources ../kabc ../ interfaces
10DEFINES += KAB_EMBEDDED KAB_NOSPLITTER DESKTOP_VERSION 10DEFINES += KAB_EMBEDDED KAB_NOSPLITTER DESKTOP_VERSION
11 11
12unix : { 12unix : {
13LIBS += ../bin/libmicrokdepim.so 13LIBS += ../bin/libmicrokdepim.so
14LIBS += ../bin/libmicrokde.so 14LIBS += ../bin/libmicrokde.so
15LIBS += ../bin/libmicrokabc.so 15LIBS += ../bin/libmicrokabc.so
16LIBS += ../bin/libmicrokcal.so 16LIBS += ../bin/libmicrokcal.so
17#LIBS += -lldap 17#LIBS += -lldap
18OBJECTS_DIR = obj/unix 18OBJECTS_DIR = obj/unix
19MOC_DIR = moc/unix 19MOC_DIR = moc/unix
20} 20}
21win32: { 21win32: {
22RC_FILE = winicons.rc
22DEFINES += _WIN32_ 23DEFINES += _WIN32_
23LIBS += ../bin/microkdepim.lib 24LIBS += ../bin/microkdepim.lib
24LIBS += ../bin/microkcal.lib 25LIBS += ../bin/microkcal.lib
25LIBS += ../bin/microkde.lib 26LIBS += ../bin/microkde.lib
26LIBS += ../bin/microkabc.lib 27LIBS += ../bin/microkabc.lib
27QMAKE_LINK += /NODEFAULTLIB:LIBC 28QMAKE_LINK += /NODEFAULTLIB:LIBC
28OBJECTS_DIR = obj/win 29OBJECTS_DIR = obj/win
29MOC_DIR = moc/win 30MOC_DIR = moc/win
30LIBS += mfc71u.lib 31LIBS += mfc71u.lib
31} 32}
32 33
33 34
34 35
35 36
36 37
37 38
38 39
39 40
40INTERFACES = \ 41INTERFACES = \
41# filteredit_base.ui \ 42# filteredit_base.ui \
42# kofilterview_base.ui \ 43# kofilterview_base.ui \
43 44
44HEADERS = \ 45HEADERS = \
45features/mergewidget.h \ 46features/mergewidget.h \
46features/distributionlistwidget.h \ 47features/distributionlistwidget.h \
47kcmconfigs/addresseewidget.h \ 48kcmconfigs/addresseewidget.h \
48kcmconfigs/extensionconfigdialog.h \ 49kcmconfigs/extensionconfigdialog.h \
49kcmconfigs/kcmkabconfig.h \ 50kcmconfigs/kcmkabconfig.h \
50kcmconfigs/kabconfigwidget.h \ 51kcmconfigs/kabconfigwidget.h \
51addresseeeditordialog.h \ 52addresseeeditordialog.h \
52addresseeeditorwidget.h \ 53addresseeeditorwidget.h \
53addresseditwidget.h \ 54addresseditwidget.h \
54addresseeconfig.h \ 55addresseeconfig.h \
55addresseeutil.h \ 56addresseeutil.h \
56emaileditwidget.h \ 57emaileditwidget.h \
57filtereditdialog.h \ 58filtereditdialog.h \
58kaddressbookmain.h \ 59kaddressbookmain.h \
59kabprefs.h \ 60kabprefs.h \
60kabcore.h \ 61kabcore.h \
61viewmanager.h \ 62viewmanager.h \
62extensionmanager.h \ 63extensionmanager.h \
63extensionwidget.h \ 64extensionwidget.h \
64kaddressbookview.h \ 65kaddressbookview.h \
65geowidget.h \ 66geowidget.h \
66imagewidget.h \ 67imagewidget.h \
67incsearchwidget.h \ 68incsearchwidget.h \
68jumpbuttonbar.h \ 69jumpbuttonbar.h \
69phoneeditwidget.h \ 70phoneeditwidget.h \
diff --git a/kaddressbook/winicons.rc b/kaddressbook/winicons.rc
new file mode 100644
index 0000000..0d93636
--- a/dev/null
+++ b/kaddressbook/winicons.rc
@@ -0,0 +1,3 @@
1IDI_ICON1 ICON DISCARDABLE "..\bin\winicons\ka1.ico"
2IDI_ICON2 ICON DISCARDABLE "..\bin\winicons\ka2.ico"
3
diff --git a/korganizer/korganizer.pro b/korganizer/korganizer.pro
index b17743d..2816c6e 100644
--- a/korganizer/korganizer.pro
+++ b/korganizer/korganizer.pro
@@ -1,77 +1,78 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on 2 CONFIG = qt warn_on
3 TARGET = kopi 3 TARGET = kopi
4OBJECTS_DIR = _obj/ 4OBJECTS_DIR = _obj/
5MOC_DIR = _moc 5MOC_DIR = _moc
6DESTDIR= ../bin 6DESTDIR= ../bin
7 7
8include( ../variables.pri ) 8include( ../variables.pri )
9 9
10INCLUDEPATH += ../microkde ../ interfaces ../microkde/kdecore ../microkde/kdeui ../microkde/kio/kfile ../microkde/kio/kio ../libkdepim 10INCLUDEPATH += ../microkde ../ interfaces ../microkde/kdecore ../microkde/kdeui ../microkde/kio/kfile ../microkde/kio/kio ../libkdepim
11#../qtcompat 11#../qtcompat
12DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOARCHIVE KORG_NOMAIL 12DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOARCHIVE KORG_NOMAIL
13DEFINES += KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER 13DEFINES += KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER
14#KORG_NOPRINTER KORG_NOKABC 14#KORG_NOPRINTER KORG_NOKABC
15DEFINES += KORG_NOLVALTERNATION 15DEFINES += KORG_NOLVALTERNATION
16DEFINES += DESKTOP_VERSION 16DEFINES += DESKTOP_VERSION
17unix : { 17unix : {
18LIBS += ../bin/libmicrokdepim.so 18LIBS += ../bin/libmicrokdepim.so
19LIBS += ../bin/libmicrokcal.so 19LIBS += ../bin/libmicrokcal.so
20LIBS += ../bin/libmicrokde.so 20LIBS += ../bin/libmicrokde.so
21LIBS += ../bin/libmicrokabc.so 21LIBS += ../bin/libmicrokabc.so
22#LIBS += -lbluetooth 22#LIBS += -lbluetooth
23#LIBS += -lsdp 23#LIBS += -lsdp
24 24
25#LIBS += -lldap 25#LIBS += -lldap
26OBJECTS_DIR = obj/unix 26OBJECTS_DIR = obj/unix
27MOC_DIR = moc/unix 27MOC_DIR = moc/unix
28} 28}
29win32: { 29win32: {
30RC_FILE = winicons.rc
30DEFINES += _WIN32_ 31DEFINES += _WIN32_
31LIBS += ../bin/microkdepim.lib 32LIBS += ../bin/microkdepim.lib
32LIBS += ../bin/microkcal.lib 33LIBS += ../bin/microkcal.lib
33LIBS += ../bin/microkde.lib 34LIBS += ../bin/microkde.lib
34LIBS += ../bin/microkabc.lib 35LIBS += ../bin/microkabc.lib
35LIBS += ../libical/lib/ical.lib 36LIBS += ../libical/lib/ical.lib
36LIBS += ../libical/lib/icalss.lib 37LIBS += ../libical/lib/icalss.lib
37#LIBS += atls.lib 38#LIBS += atls.lib
38LIBS += mfc71u.lib 39LIBS += mfc71u.lib
39QMAKE_LINK += /NODEFAULTLIB:LIBC 40QMAKE_LINK += /NODEFAULTLIB:LIBC
40#QMAKE_LINK += /NODEFAULTLIB:MSVCRT 41#QMAKE_LINK += /NODEFAULTLIB:MSVCRT
41#QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib 42#QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib
42OBJECTS_DIR = obj/win 43OBJECTS_DIR = obj/win
43MOC_DIR = moc/win 44MOC_DIR = moc/win
44} 45}
45 46
46 47
47INTERFACES = kofilterview_base.ui 48INTERFACES = kofilterview_base.ui
48# filteredit_base.ui 49# filteredit_base.ui
49 50
50# kdateedit.h \ 51# kdateedit.h \
51 52
52HEADERS = \ 53HEADERS = \
53 filteredit_base.h \ 54 filteredit_base.h \
54 alarmclient.h \ 55 alarmclient.h \
55 calendarview.h \ 56 calendarview.h \
56 customlistviewitem.h \ 57 customlistviewitem.h \
57 datenavigator.h \ 58 datenavigator.h \
58 docprefs.h \ 59 docprefs.h \
59 filtereditdialog.h \ 60 filtereditdialog.h \
60 incomingdialog.h \ 61 incomingdialog.h \
61 incomingdialog_base.h \ 62 incomingdialog_base.h \
62 interfaces/korganizer/baseview.h \ 63 interfaces/korganizer/baseview.h \
63 interfaces/korganizer/calendarviewbase.h \ 64 interfaces/korganizer/calendarviewbase.h \
64 journalentry.h \ 65 journalentry.h \
65 kdatenavigator.h \ 66 kdatenavigator.h \
66 koagenda.h \ 67 koagenda.h \
67 koagendaitem.h \ 68 koagendaitem.h \
68 koagendaview.h \ 69 koagendaview.h \
69 kocounterdialog.h \ 70 kocounterdialog.h \
70 kodaymatrix.h \ 71 kodaymatrix.h \
71 kodialogmanager.h \ 72 kodialogmanager.h \
72 koeditordetails.h \ 73 koeditordetails.h \
73 koeditorgeneral.h \ 74 koeditorgeneral.h \
74 koeditorgeneralevent.h \ 75 koeditorgeneralevent.h \
75 koeditorgeneraltodo.h \ 76 koeditorgeneraltodo.h \
76 koeditorrecurrence.h \ 77 koeditorrecurrence.h \
77 koeventeditor.h \ 78 koeventeditor.h \
diff --git a/microkde/microkde.pro b/microkde/microkde.pro
index c58e184..9016260 100644
--- a/microkde/microkde.pro
+++ b/microkde/microkde.pro
@@ -13,97 +13,96 @@ OBJECTS_DIR = obj/unix
13MOC_DIR = moc/unix 13MOC_DIR = moc/unix
14} 14}
15win32: { 15win32: {
16DEFINES += _WIN32_ 16DEFINES += _WIN32_
17OBJECTS_DIR = obj/win 17OBJECTS_DIR = obj/win
18MOC_DIR = moc/win 18MOC_DIR = moc/win
19} 19}
20include( ../variables.pri ) 20include( ../variables.pri )
21 21
22 22
23 23
24HEADERS = \ 24HEADERS = \
25qlayoutengine_p.h \ 25qlayoutengine_p.h \
26KDGanttMinimizeSplitter.h \ 26KDGanttMinimizeSplitter.h \
27 kapplication.h \ 27 kapplication.h \
28 kaudioplayer.h \ 28 kaudioplayer.h \
29 kcalendarsystem.h \ 29 kcalendarsystem.h \
30 kcalendarsystemgregorian.h \ 30 kcalendarsystemgregorian.h \
31 kcolorbutton.h \ 31 kcolorbutton.h \
32 kcolordialog.h \ 32 kcolordialog.h \
33 kcombobox.h \ 33 kcombobox.h \
34 kconfig.h \ 34 kconfig.h \
35 kdatetbl.h \ 35 kdatetbl.h \
36 kdebug.h \ 36 kdebug.h \
37 kdialog.h \ 37 kdialog.h \
38 kdialogbase.h \ 38 kdialogbase.h \
39 keditlistbox.h \ 39 keditlistbox.h \
40 kemailsettings.h \ 40 kemailsettings.h \
41 kfiledialog.h \ 41 kfiledialog.h \
42 kfontdialog.h \ 42 kfontdialog.h \
43 kglobal.h \ 43 kglobal.h \
44 kglobalsettings.h \ 44 kglobalsettings.h \
45 kiconloader.h \ 45 kiconloader.h \
46 klineedit.h \ 46 klineedit.h \
47 klineeditdlg.h \ 47 klineeditdlg.h \
48 kmessagebox.h \ 48 kmessagebox.h \
49 knotifyclient.h \ 49 knotifyclient.h \
50 kprinter.h \ 50 kprinter.h \
51 kprocess.h \ 51 kprocess.h \
52 krestrictedline.h \ 52 krestrictedline.h \
53 krun.h \ 53 krun.h \
54 ksimpleconfig.h \ 54 ksimpleconfig.h \
55 kstaticdeleter.h \ 55 kstaticdeleter.h \
56 ksystemtray.h \ 56 ksystemtray.h \
57 ktempfile.h \ 57 ktempfile.h \
58 ktextedit.h \ 58 ktextedit.h \
59 kunload.h \ 59 kunload.h \
60 kurl.h \ 60 kurl.h \
61osmartpointer.h \
62 kdeui/kguiitem.h \ 61 kdeui/kguiitem.h \
63 kdeui/kcmodule.h \ 62 kdeui/kcmodule.h \
64 kdeui/kbuttonbox.h \ 63 kdeui/kbuttonbox.h \
65 kdeui/klistbox.h \ 64 kdeui/klistbox.h \
66 kdeui/klistview.h \ 65 kdeui/klistview.h \
67 kdeui/kjanuswidget.h \ 66 kdeui/kjanuswidget.h \
68 kdeui/kseparator.h \ 67 kdeui/kseparator.h \
69 kdeui/knuminput.h \ 68 kdeui/knuminput.h \
70 kdeui/knumvalidator.h \ 69 kdeui/knumvalidator.h \
71 kdeui/ksqueezedtextlabel.h \ 70 kdeui/ksqueezedtextlabel.h \
72 kio/job.h \ 71 kio/job.h \
73 kio/kio/kdirwatch.h \ 72 kio/kio/kdirwatch.h \
74 kio/kio/kdirwatch_p.h \ 73 kio/kio/kdirwatch_p.h \
75 kio/kfile/kurlrequester.h \ 74 kio/kfile/kurlrequester.h \
76 kresources/resource.h \ 75 kresources/resource.h \
77 kresources/factory.h \ 76 kresources/factory.h \
78 kresources/managerimpl.h \ 77 kresources/managerimpl.h \
79 kresources/manager.h \ 78 kresources/manager.h \
80 kresources/selectdialog.h \ 79 kresources/selectdialog.h \
81 kresources/configpage.h \ 80 kresources/configpage.h \
82 kresources/configwidget.h \ 81 kresources/configwidget.h \
83 kresources/configdialog.h \ 82 kresources/configdialog.h \
84 kresources/kcmkresources.h \ 83 kresources/kcmkresources.h \
85 kdecore/kmdcodec.h \ 84 kdecore/kmdcodec.h \
86 kdecore/kconfigbase.h \ 85 kdecore/kconfigbase.h \
87 kdecore/klocale.h \ 86 kdecore/klocale.h \
88 kdecore/kcatalogue.h \ 87 kdecore/kcatalogue.h \
89 kdecore/ksharedptr.h \ 88 kdecore/ksharedptr.h \
90 kdecore/kshell.h \ 89 kdecore/kshell.h \
91 kdecore/kstandarddirs.h \ 90 kdecore/kstandarddirs.h \
92 kdecore/kstringhandler.h \ 91 kdecore/kstringhandler.h \
93 kdecore/kshortcut.h \ 92 kdecore/kshortcut.h \
94 kutils/kcmultidialog.h \ 93 kutils/kcmultidialog.h \
95 kdeui/kxmlguiclient.h \ 94 kdeui/kxmlguiclient.h \
96 kdeui/kstdaction.h \ 95 kdeui/kstdaction.h \
97 kdeui/kmainwindow.h \ 96 kdeui/kmainwindow.h \
98 kdeui/ktoolbar.h \ 97 kdeui/ktoolbar.h \
99 kdeui/ktoolbarbutton.h \ 98 kdeui/ktoolbarbutton.h \
100 kdeui/ktoolbarhandler.h \ 99 kdeui/ktoolbarhandler.h \
101 kdeui/kaction.h \ 100 kdeui/kaction.h \
102 kdeui/kactionclasses.h \ 101 kdeui/kactionclasses.h \
103 kdeui/kactioncollection.h \ 102 kdeui/kactioncollection.h \
104 kdecore/kprefs.h \ 103 kdecore/kprefs.h \
105 kdecore/klibloader.h \ 104 kdecore/klibloader.h \
106 kidmanager.h 105 kidmanager.h
107 106
108 107
109# kdecore/klibloader.h \ 108# kdecore/klibloader.h \
diff --git a/microkde/microkdeE.pro b/microkde/microkdeE.pro
index e5648ec..5aa3571 100644
--- a/microkde/microkdeE.pro
+++ b/microkde/microkdeE.pro
@@ -9,97 +9,96 @@ DEFINES += KDE_QT_ONLY
9 9
10 TARGET = microkde 10 TARGET = microkde
11OBJECTS_DIR = obj/$(PLATFORM) 11OBJECTS_DIR = obj/$(PLATFORM)
12MOC_DIR = moc/$(PLATFORM) 12MOC_DIR = moc/$(PLATFORM)
13DESTDIR=$(QPEDIR)/lib 13DESTDIR=$(QPEDIR)/lib
14 14
15 15
16INTERFACES = \ 16INTERFACES = \
17 17
18HEADERS = \ 18HEADERS = \
19qlayoutengine_p.h \ 19qlayoutengine_p.h \
20KDGanttMinimizeSplitter.h \ 20KDGanttMinimizeSplitter.h \
21 kapplication.h \ 21 kapplication.h \
22 kaudioplayer.h \ 22 kaudioplayer.h \
23 kcalendarsystem.h \ 23 kcalendarsystem.h \
24 kcalendarsystemgregorian.h \ 24 kcalendarsystemgregorian.h \
25 kcolorbutton.h \ 25 kcolorbutton.h \
26 kcolordialog.h \ 26 kcolordialog.h \
27 kcombobox.h \ 27 kcombobox.h \
28 kconfig.h \ 28 kconfig.h \
29 kdatetbl.h \ 29 kdatetbl.h \
30 kdebug.h \ 30 kdebug.h \
31 kdialog.h \ 31 kdialog.h \
32 kdialogbase.h \ 32 kdialogbase.h \
33 keditlistbox.h \ 33 keditlistbox.h \
34 kemailsettings.h \ 34 kemailsettings.h \
35 kfiledialog.h \ 35 kfiledialog.h \
36 kfontdialog.h \ 36 kfontdialog.h \
37 kglobal.h \ 37 kglobal.h \
38 kglobalsettings.h \ 38 kglobalsettings.h \
39 kiconloader.h \ 39 kiconloader.h \
40 klineedit.h \ 40 klineedit.h \
41 klineeditdlg.h \ 41 klineeditdlg.h \
42 kmessagebox.h \ 42 kmessagebox.h \
43 knotifyclient.h \ 43 knotifyclient.h \
44 kprinter.h \ 44 kprinter.h \
45 kprocess.h \ 45 kprocess.h \
46 krestrictedline.h \ 46 krestrictedline.h \
47 krun.h \ 47 krun.h \
48 ksimpleconfig.h \ 48 ksimpleconfig.h \
49 kstaticdeleter.h \ 49 kstaticdeleter.h \
50 ksystemtray.h \ 50 ksystemtray.h \
51 ktempfile.h \ 51 ktempfile.h \
52 ktextedit.h \ 52 ktextedit.h \
53 kunload.h \ 53 kunload.h \
54 kurl.h \ 54 kurl.h \
55 ofileselector_p.h \ 55 ofileselector_p.h \
56 ofontselector.h \ 56 ofontselector.h \
57osmartpointer.h \
58 kdeui/kguiitem.h \ 57 kdeui/kguiitem.h \
59 kdeui/kaction.h \ 58 kdeui/kaction.h \
60 kdeui/kactionclasses.h \ 59 kdeui/kactionclasses.h \
61 kdeui/kactioncollection.h \ 60 kdeui/kactioncollection.h \
62 kdeui/kcmodule.h \ 61 kdeui/kcmodule.h \
63 kdeui/kstdaction.h \ 62 kdeui/kstdaction.h \
64 kdeui/kbuttonbox.h \ 63 kdeui/kbuttonbox.h \
65 kdeui/klistbox.h \ 64 kdeui/klistbox.h \
66 kdeui/klistview.h \ 65 kdeui/klistview.h \
67 kdeui/kjanuswidget.h \ 66 kdeui/kjanuswidget.h \
68 kdeui/kseparator.h \ 67 kdeui/kseparator.h \
69 kdeui/kmainwindow.h \ 68 kdeui/kmainwindow.h \
70 kdeui/knuminput.h \ 69 kdeui/knuminput.h \
71 kdeui/knumvalidator.h \ 70 kdeui/knumvalidator.h \
72 kdeui/ksqueezedtextlabel.h \ 71 kdeui/ksqueezedtextlabel.h \
73 kdeui/ktoolbar.h \ 72 kdeui/ktoolbar.h \
74 kdeui/ktoolbarbutton.h \ 73 kdeui/ktoolbarbutton.h \
75 kdeui/ktoolbarhandler.h \ 74 kdeui/ktoolbarhandler.h \
76 kdeui/kxmlguiclient.h \ 75 kdeui/kxmlguiclient.h \
77 kio/job.h \ 76 kio/job.h \
78 kio/kio/kdirwatch.h \ 77 kio/kio/kdirwatch.h \
79 kio/kio/kdirwatch_p.h \ 78 kio/kio/kdirwatch_p.h \
80 kio/kfile/kurlrequester.h \ 79 kio/kfile/kurlrequester.h \
81 kresources/resource.h \ 80 kresources/resource.h \
82 kresources/factory.h \ 81 kresources/factory.h \
83 kresources/managerimpl.h \ 82 kresources/managerimpl.h \
84 kresources/manager.h \ 83 kresources/manager.h \
85 kresources/selectdialog.h \ 84 kresources/selectdialog.h \
86 kresources/configpage.h \ 85 kresources/configpage.h \
87 kresources/configwidget.h \ 86 kresources/configwidget.h \
88 kresources/configdialog.h \ 87 kresources/configdialog.h \
89 kresources/kcmkresources.h \ 88 kresources/kcmkresources.h \
90 kdecore/kmdcodec.h \ 89 kdecore/kmdcodec.h \
91 kdecore/kconfigbase.h \ 90 kdecore/kconfigbase.h \
92 kdecore/klocale.h \ 91 kdecore/klocale.h \
93 kdecore/klibloader.h \ 92 kdecore/klibloader.h \
94 kdecore/kcatalogue.h \ 93 kdecore/kcatalogue.h \
95 kdecore/kprefs.h \ 94 kdecore/kprefs.h \
96 kdecore/ksharedptr.h \ 95 kdecore/ksharedptr.h \
97 kdecore/kshell.h \ 96 kdecore/kshell.h \
98 kdecore/kstandarddirs.h \ 97 kdecore/kstandarddirs.h \
99 kdecore/kstringhandler.h \ 98 kdecore/kstringhandler.h \
100 kdecore/kshortcut.h \ 99 kdecore/kshortcut.h \
101 kutils/kcmultidialog.h \ 100 kutils/kcmultidialog.h \
102 kidmanager.h 101 kidmanager.h
103 102
104 103
105 104