#include <time.h>
#include <tdecmdlineargs.h>
#include <tdeaboutdata.h>
#include <tdelocale.h>
#include <tdeglobal.h>
#include <tdeconfig.h>
#include <tdestandarddirs.h>
#include <kdebug.h>
#include <libkcal/calformat.h>
#include <libkcal/calendarresources.h>
#include <libkcal/resourcelocal.h>
#include <tqdatetime.h>
#include <tqfile.h>
#include <tqfileinfo.h>
#include <stdlib.h>
#include <iostream>
#include "stdcalendar.h"
#include "konsolekalendar.h"
#include "konsolekalendarepoch.h"
#include "konsolekalendarvariables.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
static const char | progName [] = "konsolekalendar" |
static const char | progDisplay [] = "KonsoleKalendar" |
static const char | progVersion [] = "1.3.5" |
static const char | progDesc [] = "A command line interface to KDE calendars" |
static const char | progURL [] = "pim.kde.org/components/konsolekalendar.php" |
static TDECmdLineOptions | options [] |
Detailed Description
KonsoleKalendar main program.
Definition in file main.cpp.
Function Documentation
◆ main()
Variable Documentation
◆ options
◆ progDesc
|
static |
◆ progDisplay
◆ progName
◆ progURL
|
static |