author | kergoth <kergoth> | 2002-03-28 23:34:43 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-03-28 23:34:43 (UTC) |
commit | 6c6f578fa5ef1f83cf1ba4978015663360ac2e7e (patch) (side-by-side diff) | |
tree | 64cc4c7dc96e9f7439368a696e46e561be79fa4c /core/launcher | |
parent | ed6bcbba1164cc2235b6d21f20b1de416d36cac2 (diff) | |
download | opie-6c6f578fa5ef1f83cf1ba4978015663360ac2e7e.zip opie-6c6f578fa5ef1f83cf1ba4978015663360ac2e7e.tar.gz opie-6c6f578fa5ef1f83cf1ba4978015663360ac2e7e.tar.bz2 |
moved taskbar/ to launcher/.
-rw-r--r-- | core/launcher/taskbar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/launcher/taskbar.cpp b/core/launcher/taskbar.cpp index d7f36bd..18d28cb 100644 --- a/core/launcher/taskbar.cpp +++ b/core/launcher/taskbar.cpp @@ -65,7 +65,7 @@ #ifdef SINGLE_APP #define APP(a,b,c,d) FACTORY(b) -#include "../taskbar/apps.h" +#include "../launcher/apps.h" #undef APP #endif // SINGLE_APP @@ -73,7 +73,7 @@ static Global::Command builtins[] = { #ifdef SINGLE_APP #define APP(a,b,c,d) { a, new##b, c }, -#include "../taskbar/apps.h" +#include "../launcher/apps.h" #undef APP #endif |