author | ulf69 <ulf69> | 2004-08-02 18:15:04 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-08-02 18:15:04 (UTC) |
commit | e084a79b8aa0174e7587893f9b87d88670ed9f2c (patch) (unidiff) | |
tree | d3250447b9352effc8fb953866c772418c5e166c /microkde/microkdeE.pro | |
parent | b4203356adb6008a4b4e6782afdae7dd34178697 (diff) | |
download | kdepimpi-e084a79b8aa0174e7587893f9b87d88670ed9f2c.zip kdepimpi-e084a79b8aa0174e7587893f9b87d88670ed9f2c.tar.gz kdepimpi-e084a79b8aa0174e7587893f9b87d88670ed9f2c.tar.bz2 |
added support for the syncing of resources
-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 | |||
@@ -84,16 +84,17 @@ osmartpointer.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 \ |
@@ -164,10 +165,11 @@ oprocess.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 | ||