todo-setup.cc
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
#include "options.h"
00031
00032
#include <qtabwidget.h>
00033
#include <qbuttongroup.h>
00034
00035
#include "korganizerConduit.h"
00036
#include "todo-factory.h"
00037
#include "todo-setup.h"
00038
00039
00040
00041 ToDoWidgetSetup::ToDoWidgetSetup(QWidget *w,
const char *n) :
00042 VCalWidgetSetupBase(w,n)
00043 {
00044 FUNCTIONSETUP;
00045 fConduitName = i18n(
"ToDo");
00046 UIDialog::addAboutPage(fConfigWidget->tabWidget,VCalConduitFactoryBase::about());
00047
00048 fConfigWidget->fSyncDestination->setTitle(i18n(
"ToDo Destination"));
00049 fGroupName = VCalConduitFactoryBase::getGroup();
00050 }
00051
00052 ToDoWidgetSetup::~ToDoWidgetSetup()
00053 {
00054 FUNCTIONSETUP;
00055 }
00056
00057
ConduitConfigBase *ToDoWidgetSetup::create(QWidget *w,
const char *n)
00058 {
00059
return new ToDoWidgetSetup(w,n);
00060 }
00061
00062
This file is part of the documentation for kpilot Library Version 3.2.2.