sweeper
sweeper.cpp
Go to the documentation of this file.
36 , m_privacyConfGroup(KSharedConfig::openConfig(QLatin1String( "kprivacyrc" ), KConfig::NoGlobals), "Cleaning")
53 webbrowsingCLI = new QTreeWidgetItem(QStringList() << i18nc("Web browsing content", "Web Browsing"));
89 (*itr)->setCheckState(0, m_privacyConfGroup.readEntry((*itr)->configKey(), true) ? Qt::Checked : Qt::Unchecked);
128 if (KMessageBox::warningContinueCancel(this, i18n("You are deleting data that is potentially valuable to you. Are you sure?")) != KMessageBox::Continue) {
void addTopLevelItem(QTreeWidgetItem *item)
iterator begin()
bool registerObject(const QString &path, QObject *object, QFlags< QDBusConnection::RegisterOption > options)
QDBusConnection sessionBus()
iterator end()
Definition: privacyfunctions.h:83
Definition: privacyfunctions.h:63
Sweeper(bool automatic)
Copyright (c) 2003-2005 Ralf Hoelzer ralf@well.com
Definition: sweeper.cpp:34
Definition: privacyfunctions.h:93
Definition: privacyfunctions.h:103
void setExpanded(bool expand)
Definition: privacyfunctions.h:123
Definition: privacyfunctions.h:113
void append(const T &value)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:41:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:41:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.