#include <iostream>
#include <qdir.h>
#include <qsize.h>
#include <qmessagebox.h>
#include <qfileinfo.h>
#include <qcheckbox.h>
#include "./Exceptions/CKlearAppException.h"
#include "./Exceptions/CKlearAppFatalException.h"
#include "./Exceptions/CKlearAppErrorException.h"
#include "./Exceptions/CKlearAppFileException.h"
#include "../config.h"
#include <klocale.h>
#include <kdebug.h>
Include dependency graph for CKlearAppConfig.h:
Data Structures | |
class | CKlearAppConfig |
The configuration backend class Stores local configuration variables, but also saves and restores the written config files. This is the backend for the KlearConfigDialog. More... |