author | llornkcor <llornkcor> | 2002-10-23 11:22:37 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-10-23 11:22:37 (UTC) |
commit | 30f9875a844ff59a51c65d542e2ed1c5a214af9d (patch) (side-by-side diff) | |
tree | c668a597faed295452ce5d1ce276a3208bdbcc22 /core | |
parent | dad3e1af4a5902786c1d38d952f29f9775a673bd (diff) | |
download | opie-30f9875a844ff59a51c65d542e2ed1c5a214af9d.zip opie-30f9875a844ff59a51c65d542e2ed1c5a214af9d.tar.gz opie-30f9875a844ff59a51c65d542e2ed1c5a214af9d.tar.bz2 |
remove # and /
-rw-r--r-- | core/launcher/launcher.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro index dbe3820..95642af 100644 --- a/core/launcher/launcher.pro +++ b/core/launcher/launcher.pro @@ -35,18 +35,18 @@ HEADERS = background.h \ ../../rsync/search.h \ ../../rsync/stream.h \ ../../rsync/sumset.h \ ../../rsync/trace.h \ ../../rsync/types.h \ ../../rsync/util.h \ ../../rsync/whole.h \ ../../rsync/config_rsync.h \ - ../../rsync/qrsync.h -# quicklauncher.h \ + ../../rsync/qrsync.h \ + quicklauncher.h SOURCES = background.cpp \ desktop.cpp \ mediummountgui.cpp \ qprocess.cpp qprocess_unix.cpp \ info.cpp \ appicons.cpp \ taskbar.cpp \ sidething.cpp \ |