use Oxygen::Helper rather than Oxygen::DecoHelper.
This commit is contained in:
parent
b35d3c7b65
commit
c9899372ba
2 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ namespace Oxygen
|
||||||
//_________________________________________________________
|
//_________________________________________________________
|
||||||
ShadowDemoDialog::ShadowDemoDialog( QWidget* parent ):
|
ShadowDemoDialog::ShadowDemoDialog( QWidget* parent ):
|
||||||
KDialog( parent ),
|
KDialog( parent ),
|
||||||
_helper( "oxygenDeco" ),
|
_helper( "oxygen" ),
|
||||||
_cache( _helper )
|
_cache( _helper )
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "ui_oxygenshadowdemo.h"
|
#include "ui_oxygenshadowdemo.h"
|
||||||
#include "../oxygendecohelper.h"
|
#include "oxygenhelper.h"
|
||||||
#include "../oxygenshadowcache.h"
|
#include "../oxygenshadowcache.h"
|
||||||
|
|
||||||
#include <KDialog>
|
#include <KDialog>
|
||||||
|
@ -64,7 +64,7 @@ namespace Oxygen
|
||||||
Ui_ShadowDemo ui;
|
Ui_ShadowDemo ui;
|
||||||
|
|
||||||
//! helper
|
//! helper
|
||||||
DecoHelper _helper;
|
Helper _helper;
|
||||||
|
|
||||||
//! shadow cache
|
//! shadow cache
|
||||||
ShadowCache _cache;
|
ShadowCache _cache;
|
||||||
|
|
Loading…
Reference in a new issue