~ubuntu-branches/ubuntu/karmic/amarok/karmic

« back to all changes in this revision

Viewing changes to src/browsers/filebrowser/MyDirOperator.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-09-03 23:49:07 UTC
  • mfrom: (1.77.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090903234907-rk4lt6hnxwckvuon
Tags: 2:2.1.80-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
    Copyright (c) 2008 Dan Meltzer <parallelgrapefruit@gmail.com>
3
 
              (c) 2008 Seb Ruiz <ruiz@kde.org>
4
 
 
5
 
    This program is free software: you can redistribute it and/or modify
6
 
    it under the terms of the GNU General Public License as published by
7
 
    the Free Software Foundation, either version 2 of the License, or
8
 
    (at your option) any later version.
9
 
 
10
 
    This program is distributed in the hope that it will be useful,
11
 
    but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
 
    GNU General Public License for more details.
14
 
 
15
 
    You should have received a copy of the GNU General Public License
16
 
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
 
*/
 
1
/****************************************************************************************
 
2
 * Copyright (c) 2008 Dan Meltzer <parallelgrapefruit@gmail.com>                        *
 
3
 * Copyright (c) 2008 Seb Ruiz <ruiz@kde.org>                                           *
 
4
 *                                                                                      *
 
5
 * This program is free software; you can redistribute it and/or modify it under        *
 
6
 * the terms of the GNU General Public License as published by the Free Software        *
 
7
 * Foundation; either version 2 of the License, or (at your option) any later           *
 
8
 * version.                                                                             *
 
9
 *                                                                                      *
 
10
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY      *
 
11
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A      *
 
12
 * PARTICULAR PURPOSE. See the GNU General Public License for more details.              *
 
13
 *                                                                                      *
 
14
 * You should have received a copy of the GNU General Public License along with         *
 
15
 * this program.  If not, see <http://www.gnu.org/licenses/>.                           *
 
16
 ****************************************************************************************/
18
17
 
19
18
#ifndef MYDIROPERATOR_H
20
19
#define MYDIROPERATOR_H