X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=sla-list.h;h=a1d73a672ee7a91fb6c09142c17798171a4fea77;hb=2f7c7455ee37f7ccd919dbba6f2ef7f0564eb1f0;hp=77bc438e18c8ad4e5a3a563f5050865750fc526a;hpb=eaaf3ea6e43566596850bc578380f3b109628007;p=simple-launcher diff --git a/sla-list.h b/sla-list.h index 77bc438..a1d73a6 100644 --- a/sla-list.h +++ b/sla-list.h @@ -1,6 +1,6 @@ // This file is a part of Simple Launcher // -// Copyright (C) 2006, Mikhail Sobolev +// Copyright (C) 2006, 2007, Mikhail Sobolev // // Simple Launcher is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License version 2 as published by @@ -23,11 +23,11 @@ #include #include -#include "launchable-item.h" +#include "launcher-item.h" class SLAList { public: - SLAList(int, LaunchableItems&); + SLAList(int, LauncherItems&); ~SLAList(); GtkWidget *getWidget() { return myWidget; } @@ -53,7 +53,7 @@ private: GtkTreeView *myView; GtkTreeSelection *mySelection; - LaunchableItems& myItems; + LauncherItems& myItems; }; #endif