konsolekalendar
main.cpp File Reference
KonsoleKalendar main program. More...
#include <time.h>
#include <kcmdlineargs.h>
#include <kaboutdata.h>
#include <klocale.h>
#include <kglobal.h>
#include <kconfig.h>
#include <kstandarddirs.h>
#include <kdebug.h>
#include <libkcal/calformat.h>
#include <libkcal/calendarresources.h>
#include <libkcal/resourcelocal.h>
#include <qdatetime.h>
#include <qfile.h>
#include <qfileinfo.h>
#include <stdlib.h>
#include <iostream>
#include "stdcalendar.h"
#include "konsolekalendar.h"
#include "konsolekalendarepoch.h"
#include "konsolekalendarvariables.h"
Include dependency graph for main.cpp:
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
static KCmdLineOptions | options [] |
static const char | progDesc [] = "A command line interface to KDE calendars" |
static const char | progDisplay [] = "KonsoleKalendar" |
static const char | progName [] = "konsolekalendar" |
static const char | progURL [] = "pim.kde.org/components/konsolekalendar.php" |
static const char | progVersion [] = "1.3.5" |
Detailed Description
KonsoleKalendar main program.
Definition in file main.cpp.
Function Documentation
Variable Documentation
const char progDesc[] = "A command line interface to KDE calendars" [static] |
const char progDisplay[] = "KonsoleKalendar" [static] |
const char progURL[] = "pim.kde.org/components/konsolekalendar.php" [static] |
const char progVersion[] = "1.3.5" [static] |