-rw-r--r-- | microkde/microkde.pro | 7 | ||||
-rw-r--r-- | microkde/microkdeE.pro | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/microkde/microkde.pro b/microkde/microkde.pro index 05833a9..4ebf53c 100644 --- a/microkde/microkde.pro +++ b/microkde/microkde.pro | |||
@@ -1,168 +1,171 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | #INCLUDEPATH += $(QTDIR)/include . | 3 | #INCLUDEPATH += $(QTDIR)/include . |
4 | #DEPENDPATH += $(QTDIR)/include | 4 | #DEPENDPATH += $(QTDIR)/include |
5 | INCLUDEPATH += . ../ ../kabc ./kdecore ./kdeui ./kio/kfile | 5 | INCLUDEPATH += . ../ ../kabc ./kdecore ./kdeui ./kio/kfile ./kio/kio |
6 | #LIBS += -lqtcompat | 6 | #LIBS += -lqtcompat |
7 | 7 | ||
8 | TARGET = microkde | 8 | TARGET = microkde |
9 | DESTDIR= ../bin | 9 | DESTDIR= ../bin |
10 | DEFINES += DESKTOP_VERSION KDE_QT_ONLY | 10 | DEFINES += DESKTOP_VERSION KDE_QT_ONLY |
11 | unix : { | 11 | unix : { |
12 | OBJECTS_DIR = obj/unix | 12 | OBJECTS_DIR = obj/unix |
13 | MOC_DIR = moc/unix | 13 | MOC_DIR = moc/unix |
14 | } | 14 | } |
15 | win32: { | 15 | win32: { |
16 | DEFINES += _WIN32_ | 16 | DEFINES += _WIN32_ |
17 | OBJECTS_DIR = obj/win | 17 | OBJECTS_DIR = obj/win |
18 | MOC_DIR = moc/win | 18 | MOC_DIR = moc/win |
19 | } | 19 | } |
20 | include( ../variables.pri ) | 20 | include( ../variables.pri ) |
21 | 21 | ||
22 | 22 | ||
23 | 23 | ||
24 | HEADERS = \ | 24 | HEADERS = \ |
25 | qlayoutengine_p.h \ | 25 | qlayoutengine_p.h \ |
26 | KDGanttMinimizeSplitter.h \ | 26 | KDGanttMinimizeSplitter.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 | kdirwatch.h \ | 39 | kdirwatch.h \ |
40 | keditlistbox.h \ | 40 | keditlistbox.h \ |
41 | kemailsettings.h \ | 41 | kemailsettings.h \ |
42 | kfiledialog.h \ | 42 | kfiledialog.h \ |
43 | kfontdialog.h \ | 43 | kfontdialog.h \ |
44 | kglobal.h \ | 44 | kglobal.h \ |
45 | kglobalsettings.h \ | 45 | kglobalsettings.h \ |
46 | kiconloader.h \ | 46 | kiconloader.h \ |
47 | klineedit.h \ | 47 | klineedit.h \ |
48 | klineeditdlg.h \ | 48 | klineeditdlg.h \ |
49 | kmessagebox.h \ | 49 | kmessagebox.h \ |
50 | knotifyclient.h \ | 50 | knotifyclient.h \ |
51 | kprinter.h \ | 51 | kprinter.h \ |
52 | kprocess.h \ | 52 | kprocess.h \ |
53 | krestrictedline.h \ | 53 | krestrictedline.h \ |
54 | krun.h \ | 54 | krun.h \ |
55 | ksimpleconfig.h \ | 55 | ksimpleconfig.h \ |
56 | kstaticdeleter.h \ | 56 | kstaticdeleter.h \ |
57 | ksystemtray.h \ | 57 | ksystemtray.h \ |
58 | ktempfile.h \ | 58 | ktempfile.h \ |
59 | ktextedit.h \ | 59 | ktextedit.h \ |
60 | kunload.h \ | 60 | kunload.h \ |
61 | kurl.h \ | 61 | kurl.h \ |
62 | kdeui/kguiitem.h \ | 62 | kdeui/kguiitem.h \ |
63 | kdeui/kcmodule.h \ | 63 | kdeui/kcmodule.h \ |
64 | kdeui/kbuttonbox.h \ | 64 | kdeui/kbuttonbox.h \ |
65 | kdeui/klistbox.h \ | 65 | kdeui/klistbox.h \ |
66 | kdeui/klistview.h \ | 66 | kdeui/klistview.h \ |
67 | kdeui/kjanuswidget.h \ | 67 | kdeui/kjanuswidget.h \ |
68 | kdeui/kseparator.h \ | 68 | kdeui/kseparator.h \ |
69 | kdeui/knuminput.h \ | 69 | kdeui/knuminput.h \ |
70 | kdeui/knumvalidator.h \ | 70 | kdeui/knumvalidator.h \ |
71 | kdeui/ksqueezedtextlabel.h \ | 71 | kdeui/ksqueezedtextlabel.h \ |
72 | kio/job.h \ | 72 | kio/job.h \ |
73 | kio/kio/kdirwatch.h \ | ||
74 | kio/kio/kdirwatch_p.h \ | ||
73 | kio/kfile/kurlrequester.h \ | 75 | kio/kfile/kurlrequester.h \ |
74 | kresources/resource.h \ | 76 | kresources/resource.h \ |
75 | kresources/factory.h \ | 77 | kresources/factory.h \ |
76 | kresources/managerimpl.h \ | 78 | kresources/managerimpl.h \ |
77 | kresources/manager.h \ | 79 | kresources/manager.h \ |
78 | kresources/selectdialog.h \ | 80 | kresources/selectdialog.h \ |
79 | kresources/configpage.h \ | 81 | kresources/configpage.h \ |
80 | kresources/configwidget.h \ | 82 | kresources/configwidget.h \ |
81 | kresources/configdialog.h \ | 83 | kresources/configdialog.h \ |
82 | kresources/kcmkresources.h \ | 84 | kresources/kcmkresources.h \ |
83 | kdecore/kmdcodec.h \ | 85 | kdecore/kmdcodec.h \ |
84 | kdecore/kconfigbase.h \ | 86 | kdecore/kconfigbase.h \ |
85 | kdecore/klocale.h \ | 87 | kdecore/klocale.h \ |
86 | kdecore/kcatalogue.h \ | 88 | kdecore/kcatalogue.h \ |
87 | kdecore/ksharedptr.h \ | 89 | kdecore/ksharedptr.h \ |
88 | kdecore/kshell.h \ | 90 | kdecore/kshell.h \ |
89 | kdecore/kstandarddirs.h \ | 91 | kdecore/kstandarddirs.h \ |
90 | kdecore/kstringhandler.h \ | 92 | kdecore/kstringhandler.h \ |
91 | kdecore/kshortcut.h \ | 93 | kdecore/kshortcut.h \ |
92 | kutils/kcmultidialog.h \ | 94 | kutils/kcmultidialog.h \ |
93 | kdeui/kxmlguiclient.h \ | 95 | kdeui/kxmlguiclient.h \ |
94 | kdeui/kstdaction.h \ | 96 | kdeui/kstdaction.h \ |
95 | kdeui/kmainwindow.h \ | 97 | kdeui/kmainwindow.h \ |
96 | kdeui/ktoolbar.h \ | 98 | kdeui/ktoolbar.h \ |
97 | kdeui/ktoolbarbutton.h \ | 99 | kdeui/ktoolbarbutton.h \ |
98 | kdeui/ktoolbarhandler.h \ | 100 | kdeui/ktoolbarhandler.h \ |
99 | kdeui/kaction.h \ | 101 | kdeui/kaction.h \ |
100 | kdeui/kactionclasses.h \ | 102 | kdeui/kactionclasses.h \ |
101 | kdeui/kactioncollection.h \ | 103 | kdeui/kactioncollection.h \ |
102 | kdecore/klibloader.h | 104 | kdecore/klibloader.h |
103 | 105 | ||
104 | 106 | ||
105 | # kdecore/klibloader.h \ | 107 | # kdecore/klibloader.h \ |
106 | 108 | ||
107 | 109 | ||
108 | SOURCES = \ | 110 | SOURCES = \ |
109 | KDGanttMinimizeSplitter.cpp \ | 111 | KDGanttMinimizeSplitter.cpp \ |
110 | kapplication.cpp \ | 112 | kapplication.cpp \ |
111 | kcalendarsystem.cpp \ | 113 | kcalendarsystem.cpp \ |
112 | kcalendarsystemgregorian.cpp \ | 114 | kcalendarsystemgregorian.cpp \ |
113 | kcolorbutton.cpp \ | 115 | kcolorbutton.cpp \ |
114 | kcolordialog.cpp \ | 116 | kcolordialog.cpp \ |
115 | kconfig.cpp \ | 117 | kconfig.cpp \ |
116 | kdatetbl.cpp \ | 118 | kdatetbl.cpp \ |
117 | kdialog.cpp \ | 119 | kdialog.cpp \ |
118 | kdialogbase.cpp \ | 120 | kdialogbase.cpp \ |
119 | keditlistbox.cpp \ | 121 | keditlistbox.cpp \ |
120 | kemailsettings.cpp \ | 122 | kemailsettings.cpp \ |
121 | kfontdialog.cpp \ | 123 | kfontdialog.cpp \ |
122 | kfiledialog.cpp \ | 124 | kfiledialog.cpp \ |
123 | kglobal.cpp \ | 125 | kglobal.cpp \ |
124 | kglobalsettings.cpp \ | 126 | kglobalsettings.cpp \ |
125 | kiconloader.cpp \ | 127 | kiconloader.cpp \ |
126 | kmessagebox.cpp \ | 128 | kmessagebox.cpp \ |
127 | ktextedit.cpp \ | 129 | ktextedit.cpp \ |
128 | kprocess.cpp \ | 130 | kprocess.cpp \ |
129 | krun.cpp \ | 131 | krun.cpp \ |
130 | ksystemtray.cpp \ | 132 | ksystemtray.cpp \ |
131 | ktempfile.cpp \ | 133 | ktempfile.cpp \ |
132 | kurl.cpp \ | 134 | kurl.cpp \ |
133 | kdecore/kcatalogue.cpp \ | 135 | kdecore/kcatalogue.cpp \ |
134 | kdecore/klocale.cpp \ | 136 | kdecore/klocale.cpp \ |
135 | kdecore/kmdcodec.cpp \ | 137 | kdecore/kmdcodec.cpp \ |
136 | kdecore/kshell.cpp \ | 138 | kdecore/kshell.cpp \ |
137 | kdecore/kstandarddirs.cpp \ | 139 | kdecore/kstandarddirs.cpp \ |
138 | kdecore/kstringhandler.cpp \ | 140 | kdecore/kstringhandler.cpp \ |
139 | kdeui/kbuttonbox.cpp \ | 141 | kdeui/kbuttonbox.cpp \ |
140 | kdeui/kcmodule.cpp \ | 142 | kdeui/kcmodule.cpp \ |
141 | kdeui/kguiitem.cpp \ | 143 | kdeui/kguiitem.cpp \ |
142 | kdeui/kjanuswidget.cpp \ | 144 | kdeui/kjanuswidget.cpp \ |
143 | kdeui/klistbox.cpp \ | 145 | kdeui/klistbox.cpp \ |
144 | kdeui/klistview.cpp \ | 146 | kdeui/klistview.cpp \ |
145 | kdeui/knuminput.cpp \ | 147 | kdeui/knuminput.cpp \ |
146 | kdeui/knumvalidator.cpp \ | 148 | kdeui/knumvalidator.cpp \ |
147 | kdeui/kseparator.cpp \ | 149 | kdeui/kseparator.cpp \ |
148 | kdeui/ksqueezedtextlabel.cpp \ | 150 | kdeui/ksqueezedtextlabel.cpp \ |
151 | kio/kio/kdirwatch.cpp \ | ||
149 | kio/kfile/kurlrequester.cpp \ | 152 | kio/kfile/kurlrequester.cpp \ |
150 | kresources/configpage.cpp \ | 153 | kresources/configpage.cpp \ |
151 | kresources/configdialog.cpp \ | 154 | kresources/configdialog.cpp \ |
152 | kresources/configwidget.cpp \ | 155 | kresources/configwidget.cpp \ |
153 | kresources/factory.cpp \ | 156 | kresources/factory.cpp \ |
154 | kresources/kcmkresources.cpp \ | 157 | kresources/kcmkresources.cpp \ |
155 | kresources/managerimpl.cpp \ | 158 | kresources/managerimpl.cpp \ |
156 | kresources/resource.cpp \ | 159 | kresources/resource.cpp \ |
157 | kresources/selectdialog.cpp \ | 160 | kresources/selectdialog.cpp \ |
158 | kutils/kcmultidialog.cpp \ | 161 | kutils/kcmultidialog.cpp \ |
159 | kdeui/kaction.cpp \ | 162 | kdeui/kaction.cpp \ |
160 | kdeui/kactionclasses.cpp \ | 163 | kdeui/kactionclasses.cpp \ |
161 | kdeui/kactioncollection.cpp \ | 164 | kdeui/kactioncollection.cpp \ |
162 | kdeui/kmainwindow.cpp \ | 165 | kdeui/kmainwindow.cpp \ |
163 | kdeui/ktoolbar.cpp \ | 166 | kdeui/ktoolbar.cpp \ |
164 | kdeui/ktoolbarbutton.cpp \ | 167 | kdeui/ktoolbarbutton.cpp \ |
165 | kdeui/ktoolbarhandler.cpp \ | 168 | kdeui/ktoolbarhandler.cpp \ |
166 | kdeui/kstdaction.cpp \ | 169 | kdeui/kstdaction.cpp \ |
167 | kdeui/kxmlguiclient.cpp \ | 170 | kdeui/kxmlguiclient.cpp \ |
168 | kdecore/klibloader.cpp \ No newline at end of file | 171 | kdecore/klibloader.cpp |
diff --git a/microkde/microkdeE.pro b/microkde/microkdeE.pro index 4ee4dd7..ec2b1f7 100644 --- a/microkde/microkdeE.pro +++ b/microkde/microkdeE.pro | |||
@@ -1,171 +1,173 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | INCLUDEPATH += . ../qtcompat ../kabc ./kdecore ./kdeui ./kio/kfile $(QPEDIR)/include | 3 | INCLUDEPATH += . ../qtcompat ../kabc ./kdecore ./kdeui ./kio/kfile ./kio/kio $(QPEDIR)/include |
4 | 4 | ||
5 | DEPENDPATH += $(QPEDIR)/include | 5 | DEPENDPATH += $(QPEDIR)/include |
6 | LIBS += -lmicroqtcompat -L$(QPEDIR)/lib | 6 | LIBS += -lmicroqtcompat -L$(QPEDIR)/lib |
7 | 7 | ||
8 | DEFINES += KDE_QT_ONLY | 8 | DEFINES += KDE_QT_ONLY |
9 | 9 | ||
10 | TARGET = microkde | 10 | TARGET = microkde |
11 | OBJECTS_DIR = obj/$(PLATFORM) | 11 | OBJECTS_DIR = obj/$(PLATFORM) |
12 | MOC_DIR = moc/$(PLATFORM) | 12 | MOC_DIR = moc/$(PLATFORM) |
13 | DESTDIR=$(QPEDIR)/lib | 13 | DESTDIR=$(QPEDIR)/lib |
14 | 14 | ||
15 | 15 | ||
16 | INTERFACES = \ | 16 | INTERFACES = \ |
17 | 17 | ||
18 | HEADERS = \ | 18 | HEADERS = \ |
19 | qlayoutengine_p.h \ | 19 | qlayoutengine_p.h \ |
20 | KDGanttMinimizeSplitter.h \ | 20 | KDGanttMinimizeSplitter.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 | kdirwatch.h \ | ||
34 | keditlistbox.h \ | 33 | keditlistbox.h \ |
35 | kemailsettings.h \ | 34 | kemailsettings.h \ |
36 | kfiledialog.h \ | 35 | kfiledialog.h \ |
37 | kfontdialog.h \ | 36 | kfontdialog.h \ |
38 | kglobal.h \ | 37 | kglobal.h \ |
39 | kglobalsettings.h \ | 38 | kglobalsettings.h \ |
40 | kiconloader.h \ | 39 | kiconloader.h \ |
41 | klineedit.h \ | 40 | klineedit.h \ |
42 | klineeditdlg.h \ | 41 | klineeditdlg.h \ |
43 | kmessagebox.h \ | 42 | kmessagebox.h \ |
44 | knotifyclient.h \ | 43 | knotifyclient.h \ |
45 | kprinter.h \ | 44 | kprinter.h \ |
46 | kprocess.h \ | 45 | kprocess.h \ |
47 | krestrictedline.h \ | 46 | krestrictedline.h \ |
48 | krun.h \ | 47 | krun.h \ |
49 | ksimpleconfig.h \ | 48 | ksimpleconfig.h \ |
50 | kstaticdeleter.h \ | 49 | kstaticdeleter.h \ |
51 | ksystemtray.h \ | 50 | ksystemtray.h \ |
52 | ktempfile.h \ | 51 | ktempfile.h \ |
53 | ktextedit.h \ | 52 | ktextedit.h \ |
54 | kunload.h \ | 53 | kunload.h \ |
55 | kurl.h \ | 54 | kurl.h \ |
56 | ofileselector_p.h \ | 55 | ofileselector_p.h \ |
57 | ofontselector.h \ | 56 | ofontselector.h \ |
58 | oprocctrl.h \ | 57 | oprocctrl.h \ |
59 | oprocess.h \ | 58 | oprocess.h \ |
60 | osmartpointer.h \ | 59 | osmartpointer.h \ |
61 | kdeui/kguiitem.h \ | 60 | kdeui/kguiitem.h \ |
62 | kdeui/kaction.h \ | 61 | kdeui/kaction.h \ |
63 | kdeui/kactionclasses.h \ | 62 | kdeui/kactionclasses.h \ |
64 | kdeui/kactioncollection.h \ | 63 | kdeui/kactioncollection.h \ |
65 | kdeui/kcmodule.h \ | 64 | kdeui/kcmodule.h \ |
66 | kdeui/kstdaction.h \ | 65 | kdeui/kstdaction.h \ |
67 | kdeui/kbuttonbox.h \ | 66 | kdeui/kbuttonbox.h \ |
68 | kdeui/klistbox.h \ | 67 | kdeui/klistbox.h \ |
69 | kdeui/klistview.h \ | 68 | kdeui/klistview.h \ |
70 | kdeui/kjanuswidget.h \ | 69 | kdeui/kjanuswidget.h \ |
71 | kdeui/kseparator.h \ | 70 | kdeui/kseparator.h \ |
72 | kdeui/kmainwindow.h \ | 71 | kdeui/kmainwindow.h \ |
73 | kdeui/knuminput.h \ | 72 | kdeui/knuminput.h \ |
74 | kdeui/knumvalidator.h \ | 73 | kdeui/knumvalidator.h \ |
75 | kdeui/ksqueezedtextlabel.h \ | 74 | kdeui/ksqueezedtextlabel.h \ |
76 | kdeui/ktoolbar.h \ | 75 | kdeui/ktoolbar.h \ |
77 | kdeui/ktoolbarbutton.h \ | 76 | kdeui/ktoolbarbutton.h \ |
78 | kdeui/ktoolbarhandler.h \ | 77 | kdeui/ktoolbarhandler.h \ |
79 | kdeui/kxmlguiclient.h \ | 78 | kdeui/kxmlguiclient.h \ |
80 | kio/job.h \ | 79 | kio/job.h \ |
80 | kio/kio/kdirwatch.h \ | ||
81 | kio/kio/kdirwatch_p.h \ | ||
81 | kio/kfile/kurlrequester.h \ | 82 | kio/kfile/kurlrequester.h \ |
82 | kresources/resource.h \ | 83 | kresources/resource.h \ |
83 | kresources/factory.h \ | 84 | kresources/factory.h \ |
84 | kresources/managerimpl.h \ | 85 | kresources/managerimpl.h \ |
85 | kresources/manager.h \ | 86 | kresources/manager.h \ |
86 | kresources/selectdialog.h \ | 87 | kresources/selectdialog.h \ |
87 | kresources/configpage.h \ | 88 | kresources/configpage.h \ |
88 | kresources/configwidget.h \ | 89 | kresources/configwidget.h \ |
89 | kresources/configdialog.h \ | 90 | kresources/configdialog.h \ |
90 | kresources/kcmkresources.h \ | 91 | kresources/kcmkresources.h \ |
91 | kdecore/kmdcodec.h \ | 92 | kdecore/kmdcodec.h \ |
92 | kdecore/kconfigbase.h \ | 93 | kdecore/kconfigbase.h \ |
93 | kdecore/klocale.h \ | 94 | kdecore/klocale.h \ |
94 | kdecore/klibloader.h \ | 95 | kdecore/klibloader.h \ |
95 | kdecore/kcatalogue.h \ | 96 | kdecore/kcatalogue.h \ |
96 | kdecore/ksharedptr.h \ | 97 | kdecore/ksharedptr.h \ |
97 | kdecore/kshell.h \ | 98 | kdecore/kshell.h \ |
98 | kdecore/kstandarddirs.h \ | 99 | kdecore/kstandarddirs.h \ |
99 | kdecore/kstringhandler.h \ | 100 | kdecore/kstringhandler.h \ |
100 | kdecore/kshortcut.h \ | 101 | kdecore/kshortcut.h \ |
101 | kutils/kcmultidialog.h | 102 | kutils/kcmultidialog.h |
102 | 103 | ||
103 | 104 | ||
104 | 105 | ||
105 | 106 | ||
106 | SOURCES = \ | 107 | SOURCES = \ |
107 | KDGanttMinimizeSplitter.cpp \ | 108 | KDGanttMinimizeSplitter.cpp \ |
108 | kapplication.cpp \ | 109 | kapplication.cpp \ |
109 | kcalendarsystem.cpp \ | 110 | kcalendarsystem.cpp \ |
110 | kcalendarsystemgregorian.cpp \ | 111 | kcalendarsystemgregorian.cpp \ |
111 | kcolorbutton.cpp \ | 112 | kcolorbutton.cpp \ |
112 | kcolordialog.cpp \ | 113 | kcolordialog.cpp \ |
113 | kconfig.cpp \ | 114 | kconfig.cpp \ |
114 | kdatetbl.cpp \ | 115 | kdatetbl.cpp \ |
115 | kdialog.cpp \ | 116 | kdialog.cpp \ |
116 | kdialogbase.cpp \ | 117 | kdialogbase.cpp \ |
117 | keditlistbox.cpp \ | 118 | keditlistbox.cpp \ |
118 | kemailsettings.cpp \ | 119 | kemailsettings.cpp \ |
119 | kfontdialog.cpp \ | 120 | kfontdialog.cpp \ |
120 | kfiledialog.cpp \ | 121 | kfiledialog.cpp \ |
121 | kglobal.cpp \ | 122 | kglobal.cpp \ |
122 | kglobalsettings.cpp \ | 123 | kglobalsettings.cpp \ |
123 | kiconloader.cpp \ | 124 | kiconloader.cpp \ |
124 | kmessagebox.cpp \ | 125 | kmessagebox.cpp \ |
125 | kprocess.cpp \ | 126 | kprocess.cpp \ |
126 | krun.cpp \ | 127 | krun.cpp \ |
127 | ksystemtray.cpp \ | 128 | ksystemtray.cpp \ |
128 | ktempfile.cpp \ | 129 | ktempfile.cpp \ |
129 | kurl.cpp \ | 130 | kurl.cpp \ |
130 | ktextedit.cpp \ | 131 | ktextedit.cpp \ |
131 | ofileselector_p.cpp \ | 132 | ofileselector_p.cpp \ |
132 | ofontselector.cpp \ | 133 | ofontselector.cpp \ |
133 | oprocctrl.cpp \ | 134 | oprocctrl.cpp \ |
134 | oprocess.cpp \ | 135 | oprocess.cpp \ |
135 | kdecore/kcatalogue.cpp \ | 136 | kdecore/kcatalogue.cpp \ |
136 | kdecore/klibloader.cpp \ | 137 | kdecore/klibloader.cpp \ |
137 | kdecore/klocale.cpp \ | 138 | kdecore/klocale.cpp \ |
138 | kdecore/kmdcodec.cpp \ | 139 | kdecore/kmdcodec.cpp \ |
139 | kdecore/kshell.cpp \ | 140 | kdecore/kshell.cpp \ |
140 | kdecore/kstandarddirs.cpp \ | 141 | kdecore/kstandarddirs.cpp \ |
141 | kdecore/kstringhandler.cpp \ | 142 | kdecore/kstringhandler.cpp \ |
142 | kdeui/kaction.cpp \ | 143 | kdeui/kaction.cpp \ |
143 | kdeui/kactionclasses.cpp \ | 144 | kdeui/kactionclasses.cpp \ |
144 | kdeui/kactioncollection.cpp \ | 145 | kdeui/kactioncollection.cpp \ |
145 | kdeui/kbuttonbox.cpp \ | 146 | kdeui/kbuttonbox.cpp \ |
146 | kdeui/kcmodule.cpp \ | 147 | kdeui/kcmodule.cpp \ |
147 | kdeui/kguiitem.cpp \ | 148 | kdeui/kguiitem.cpp \ |
148 | kdeui/kjanuswidget.cpp \ | 149 | kdeui/kjanuswidget.cpp \ |
149 | kdeui/klistbox.cpp \ | 150 | kdeui/klistbox.cpp \ |
150 | kdeui/klistview.cpp \ | 151 | kdeui/klistview.cpp \ |
151 | kdeui/kmainwindow.cpp \ | 152 | kdeui/kmainwindow.cpp \ |
152 | kdeui/knuminput.cpp \ | 153 | kdeui/knuminput.cpp \ |
153 | kdeui/knumvalidator.cpp \ | 154 | kdeui/knumvalidator.cpp \ |
154 | kdeui/kseparator.cpp \ | 155 | kdeui/kseparator.cpp \ |
155 | kdeui/kstdaction.cpp \ | 156 | kdeui/kstdaction.cpp \ |
156 | kdeui/ksqueezedtextlabel.cpp \ | 157 | kdeui/ksqueezedtextlabel.cpp \ |
157 | kdeui/ktoolbar.cpp \ | 158 | kdeui/ktoolbar.cpp \ |
158 | kdeui/ktoolbarbutton.cpp \ | 159 | kdeui/ktoolbarbutton.cpp \ |
159 | kdeui/ktoolbarhandler.cpp \ | 160 | kdeui/ktoolbarhandler.cpp \ |
160 | kdeui/kxmlguiclient.cpp \ | 161 | kdeui/kxmlguiclient.cpp \ |
161 | kio/kfile/kurlrequester.cpp \ | 162 | kio/kfile/kurlrequester.cpp \ |
163 | kio/kio/kdirwatch.cpp \ | ||
162 | kresources/configpage.cpp \ | 164 | kresources/configpage.cpp \ |
163 | kresources/configdialog.cpp \ | 165 | kresources/configdialog.cpp \ |
164 | kresources/configwidget.cpp \ | 166 | kresources/configwidget.cpp \ |
165 | kresources/factory.cpp \ | 167 | kresources/factory.cpp \ |
166 | kresources/kcmkresources.cpp \ | 168 | kresources/kcmkresources.cpp \ |
167 | kresources/managerimpl.cpp \ | 169 | kresources/managerimpl.cpp \ |
168 | kresources/resource.cpp \ | 170 | kresources/resource.cpp \ |
169 | kresources/selectdialog.cpp \ | 171 | kresources/selectdialog.cpp \ |
170 | kutils/kcmultidialog.cpp | 172 | kutils/kcmultidialog.cpp |
171 | 173 | ||