telutils/dialpad/src/dialpad.cpp
changeset 15 d7fc66ccd6fb
parent 13 e32024264ebb
child 19 e44a8c097b15
equal deleted inserted replaced
13:e32024264ebb 15:d7fc66ccd6fb
   129     hide();
   129     hide();
   130     mMainWindow.scene()->addItem(this);
   130     mMainWindow.scene()->addItem(this);
   131 
   131 
   132     // custom button style
   132     // custom button style
   133     HbStyleLoader::registerFilePath(":/dialpad.css");
   133     HbStyleLoader::registerFilePath(":/dialpad.css");
       
   134     HbStyleLoader::registerFilePath(":/dialpad_color.css");
   134     HbStyleLoader::registerFilePath(":/dialpad.dialpadbutton.widgetml");
   135     HbStyleLoader::registerFilePath(":/dialpad.dialpadbutton.widgetml");
   135 }
   136 }
   136 
   137 
   137 Dialpad::~Dialpad()
   138 Dialpad::~Dialpad()
   138 {
   139 {