|
|
@ -30,7 +30,8 @@ smoothblendConfig::smoothblendConfig(TDEConfig* config, TQWidget* parent)
|
|
|
|
: TQObject(parent), config_(0), dialog_(0) {
|
|
|
|
: TQObject(parent), config_(0), dialog_(0) {
|
|
|
|
// create the configuration object
|
|
|
|
// create the configuration object
|
|
|
|
config_ = new TDEConfig("twinsmoothblendrc");
|
|
|
|
config_ = new TDEConfig("twinsmoothblendrc");
|
|
|
|
TDEGlobal::locale()->insertCatalogue("twin_smoothblend_config");
|
|
|
|
TDEGlobal::locale()->insertCatalogue("twin_clients");
|
|
|
|
|
|
|
|
TDEGlobal::locale()->insertCatalogue("twin_art_clients");
|
|
|
|
|
|
|
|
|
|
|
|
// create and show the configuration dialog
|
|
|
|
// create and show the configuration dialog
|
|
|
|
dialog_ = new ConfigDialog(parent);
|
|
|
|
dialog_ = new ConfigDialog(parent);
|
|
|
|