testnewstuff.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
#ifndef TESTNEWSTUFF_H
00022
#define TESTNEWSTUFF_H
00023
00024
#include <stdlib.h>
00025
00026
#include <qpushbutton.h>
00027
00028
#include <kapplication.h>
00029
#include <kdebug.h>
00030
00031
#include "knewstuff.h"
00032
00033
class TestNewStuff :
public KNewStuff
00034 {
00035
public:
00036 TestNewStuff() :
KNewStuff(
"korganizer/calendar" ) {}
00037
00038
bool install(
const QString &fileName );
00039
00040
bool createUploadFile(
const QString &fileName );
00041 };
00042
00043
class MyWidget :
public QWidget
00044 {
00045 Q_OBJECT
00046
public:
00047 MyWidget();
00048 ~MyWidget();
00049
00050
public slots:
00051
void upload();
00052
void download();
00053
00054
private:
00055
KNewStuff *mNewStuff;
00056 };
00057
00058
#endif
This file is part of the documentation for korganizer Library Version 3.3.0.