#include <time.h>
#include <tdecmdlineargs.h>
#include <tdeaboutdata.h>
#include <tdelocale.h>
#include <tdeglobal.h>
#include <tdeconfig.h>
#include <kstandarddirs.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.
|
| int | main (int argc, char *argv[]) |
|
| 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 [] |
KonsoleKalendar main program.
- Author
- Tuukka Pasanen
-
Allen Winter
Definition in file main.cpp.
◆ main()
| int main |
( |
int | argc, |
|
|
char * | argv[] ) |
◆ options
| TDECmdLineOptions options[] |
|
static |
◆ progDesc
| const char progDesc[] = "A command line interface to KDE calendars" |
|
static |
◆ progDisplay
| const char progDisplay[] = "KonsoleKalendar" |
|
static |
◆ progName
| const char progName[] = "konsolekalendar" |
|
static |
◆ progURL
| const char progURL[] = "pim.kde.org/components/konsolekalendar.php" |
|
static |
◆ progVersion
| const char progVersion[] = "1.3.5" |
|
static |