korganizer Library API Documentation

korganizer_options.h

00001 /*
00002     This file is part of KOrganizer.
00003 
00004     Copyright (c) 1997-1999 Preston Brown
00005     Copyright (c) 2001,2003 Cornelius Schumacher <schumacher@kde.org>
00006 
00007     This program is free software; you can redistribute it and/or modify
00008     it under the terms of the GNU General Public License as published by
00009     the Free Software Foundation; either version 2 of the License, or
00010     (at your option) any later version.
00011 
00012     This program is distributed in the hope that it will be useful,
00013     but WITHOUT ANY WARRANTY; without even the implied warranty of
00014     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
00015     GNU General Public License for more details.
00016 
00017     You should have received a copy of the GNU General Public License
00018     along with this program; if not, write to the Free Software
00019     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
00020 
00021     As a special exception, permission is given to link this program
00022     with any edition of Qt, and distribute the resulting executable,
00023     without including the source code for Qt in the source distribution.
00024 */
00025 
00026 #ifndef KORGANIZER_OPTIONS_H
00027 #define KORGANIZER_OPTIONS_H
00028 
00029 #include <kcmdlineargs.h>
00030 #include <klocale.h>
00031 
00032 static const KCmdLineOptions korganizer_options[] =
00033 {
00034   { "i", 0, 0 },
00035   { "import <url>", I18N_NOOP("Import calendar at <url> into default calendar"),
00036     0 },
00037   { "+[calendar]", I18N_NOOP("A calendar file to load"), 0 },
00038   KCmdLineLastOption
00039 };
00040 
00041 #endif /* KORGANIZER_OPTIONS_H */
00042 
KDE Logo
This file is part of the documentation for korganizer Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat May 1 11:38:30 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003