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 ):
|
||||
KDialog( parent ),
|
||||
_helper( "oxygenDeco" ),
|
||||
_helper( "oxygen" ),
|
||||
_cache( _helper )
|
||||
{
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "ui_oxygenshadowdemo.h"
|
||||
#include "../oxygendecohelper.h"
|
||||
#include "oxygenhelper.h"
|
||||
#include "../oxygenshadowcache.h"
|
||||
|
||||
#include <KDialog>
|
||||
|
@ -64,7 +64,7 @@ namespace Oxygen
|
|||
Ui_ShadowDemo ui;
|
||||
|
||||
//! helper
|
||||
DecoHelper _helper;
|
||||
Helper _helper;
|
||||
|
||||
//! shadow cache
|
||||
ShadowCache _cache;
|
||||
|
|
Loading…
Reference in a new issue