-rw-r--r-- | microkde/microkdeE.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/microkde/microkdeE.pro b/microkde/microkdeE.pro index ec2b1f7..b664c9a 100644 --- a/microkde/microkdeE.pro +++ b/microkde/microkdeE.pro | |||
@@ -76,32 +76,33 @@ osmartpointer.h \ | |||
76 | kdeui/ktoolbarbutton.h \ | 76 | kdeui/ktoolbarbutton.h \ |
77 | kdeui/ktoolbarhandler.h \ | 77 | kdeui/ktoolbarhandler.h \ |
78 | kdeui/kxmlguiclient.h \ | 78 | kdeui/kxmlguiclient.h \ |
79 | kio/job.h \ | 79 | kio/job.h \ |
80 | kio/kio/kdirwatch.h \ | 80 | kio/kio/kdirwatch.h \ |
81 | kio/kio/kdirwatch_p.h \ | 81 | kio/kio/kdirwatch_p.h \ |
82 | kio/kfile/kurlrequester.h \ | 82 | kio/kfile/kurlrequester.h \ |
83 | kresources/resource.h \ | 83 | kresources/resource.h \ |
84 | kresources/factory.h \ | 84 | kresources/factory.h \ |
85 | kresources/managerimpl.h \ | 85 | kresources/managerimpl.h \ |
86 | kresources/manager.h \ | 86 | kresources/manager.h \ |
87 | kresources/selectdialog.h \ | 87 | kresources/selectdialog.h \ |
88 | kresources/configpage.h \ | 88 | kresources/configpage.h \ |
89 | kresources/configwidget.h \ | 89 | kresources/configwidget.h \ |
90 | kresources/configdialog.h \ | 90 | kresources/configdialog.h \ |
91 | kresources/kcmkresources.h \ | 91 | kresources/kcmkresources.h \ |
92 | kresources/syncwidget.h \ | ||
92 | kdecore/kmdcodec.h \ | 93 | kdecore/kmdcodec.h \ |
93 | kdecore/kconfigbase.h \ | 94 | kdecore/kconfigbase.h \ |
94 | kdecore/klocale.h \ | 95 | kdecore/klocale.h \ |
95 | kdecore/klibloader.h \ | 96 | kdecore/klibloader.h \ |
96 | kdecore/kcatalogue.h \ | 97 | kdecore/kcatalogue.h \ |
97 | kdecore/ksharedptr.h \ | 98 | kdecore/ksharedptr.h \ |
98 | kdecore/kshell.h \ | 99 | kdecore/kshell.h \ |
99 | kdecore/kstandarddirs.h \ | 100 | kdecore/kstandarddirs.h \ |
100 | kdecore/kstringhandler.h \ | 101 | kdecore/kstringhandler.h \ |
101 | kdecore/kshortcut.h \ | 102 | kdecore/kshortcut.h \ |
102 | kutils/kcmultidialog.h | 103 | kutils/kcmultidialog.h |
103 | 104 | ||
104 | 105 | ||
105 | 106 | ||
106 | 107 | ||
107 | SOURCES = \ | 108 | SOURCES = \ |
@@ -156,18 +157,19 @@ oprocess.cpp \ | |||
156 | kdeui/kstdaction.cpp \ | 157 | kdeui/kstdaction.cpp \ |
157 | kdeui/ksqueezedtextlabel.cpp \ | 158 | kdeui/ksqueezedtextlabel.cpp \ |
158 | kdeui/ktoolbar.cpp \ | 159 | kdeui/ktoolbar.cpp \ |
159 | kdeui/ktoolbarbutton.cpp \ | 160 | kdeui/ktoolbarbutton.cpp \ |
160 | kdeui/ktoolbarhandler.cpp \ | 161 | kdeui/ktoolbarhandler.cpp \ |
161 | kdeui/kxmlguiclient.cpp \ | 162 | kdeui/kxmlguiclient.cpp \ |
162 | kio/kfile/kurlrequester.cpp \ | 163 | kio/kfile/kurlrequester.cpp \ |
163 | kio/kio/kdirwatch.cpp \ | 164 | kio/kio/kdirwatch.cpp \ |
164 | kresources/configpage.cpp \ | 165 | kresources/configpage.cpp \ |
165 | kresources/configdialog.cpp \ | 166 | kresources/configdialog.cpp \ |
166 | kresources/configwidget.cpp \ | 167 | kresources/configwidget.cpp \ |
167 | kresources/factory.cpp \ | 168 | kresources/factory.cpp \ |
168 | kresources/kcmkresources.cpp \ | 169 | kresources/kcmkresources.cpp \ |
169 | kresources/managerimpl.cpp \ | 170 | kresources/managerimpl.cpp \ |
170 | kresources/resource.cpp \ | 171 | kresources/resource.cpp \ |
171 | kresources/selectdialog.cpp \ | 172 | kresources/selectdialog.cpp \ |
173 | kresources/syncwidget.cpp \ | ||
172 | kutils/kcmultidialog.cpp | 174 | kutils/kcmultidialog.cpp |
173 | 175 | ||