#include <kapplication.h>
#include <kaboutdata.h>
#include <kcmdlineargs.h>
#include <KDE/KLocale>
#include <kuniqueapplication.h>
#include <kdebug.h>
#include "kshowmail.h"
#include "uniqueapp.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Variables | |
static const char | description [] = I18N_NOOP("A pop3 mail checker") |
static const char | version [] = "4.0" |
int main | ( | int | argc, | |
char ** | argv | |||
) |
const char description[] = I18N_NOOP("A pop3 mail checker") [static] |