kmextuimanager.cpp
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #include "kmextuimanager.h"
00021 #include "kpqtpage.h"
00022 #include "kprinterpropertydialog.h"
00023
00024 #include <klocale.h>
00025
00026 KMExtUiManager::KMExtUiManager(QObject *parent, const char *name, const QStringList & )
00027 : KMUiManager(parent,name)
00028 {
00029 m_printdialogflags |= KMUiManager::PrintCommand;
00030 }
00031
00032 KMExtUiManager::~KMExtUiManager()
00033 {
00034 }
00035
00036 int KMExtUiManager::pluginPageCap()
00037 {
00038 return KMUiManager::NoAutoCollate;
00039 }
00040
00041 void KMExtUiManager::setupPrinterPropertyDialog( KPrinterPropertyDialog *dlg )
00042 {
00043 dlg->addPage( new KPQtPage( dlg, "QtPage" ) );
00044 }
This file is part of the documentation for kdeprint Library Version 3.3.0.