-rw-r--r-- | noncore/multimedia/opierec/helpwindow.cpp | 8 | ||||
-rw-r--r-- | noncore/multimedia/opierec/qtrec.cpp | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/noncore/multimedia/opierec/helpwindow.cpp b/noncore/multimedia/opierec/helpwindow.cpp index 7f984c3..b0a8ac3 100644 --- a/noncore/multimedia/opierec/helpwindow.cpp +++ b/noncore/multimedia/opierec/helpwindow.cpp | |||
@@ -14,3 +14,3 @@ | |||
14 | #include <opie2/odebug.h> | 14 | #include <opie2/odebug.h> |
15 | #include <qpe/resource.h> | 15 | #include <opie2/oresource.h> |
16 | using namespace Opie::Core; | 16 | using namespace Opie::Core; |
@@ -45,3 +45,4 @@ HelpWindow::HelpWindow( const QString& home_, const QString& _path, QWidget* par | |||
45 | 45 | ||
46 | QAction *a = new QAction( tr( "Backward" ), Resource::loadPixmap( "back" ), QString::null, 0, this, 0 ); | 46 | QAction *a = new QAction( tr( "Backward" ), Opie::Core::OResource::loadPixmap( "back", Opie::Core::OResource::SmallIcon ), |
47 | QString::null, 0, this, 0 ); | ||
47 | connect( a, SIGNAL( activated() ), browser, SLOT( backward() ) ); | 48 | connect( a, SIGNAL( activated() ), browser, SLOT( backward() ) ); |
@@ -49,3 +50,4 @@ HelpWindow::HelpWindow( const QString& home_, const QString& _path, QWidget* par | |||
49 | 50 | ||
50 | a = new QAction( tr( "Forward" ), Resource::loadPixmap( "forward" ), QString::null, 0, this, 0 ); | 51 | a = new QAction( tr( "Forward" ), Opie::Core::OResource::loadPixmap( "forward", Opie::Core::OResource::SmallIcon ), |
52 | QString::null, 0, this, 0 ); | ||
51 | connect( a, SIGNAL( activated() ), browser, SLOT( forward() ) ); | 53 | connect( a, SIGNAL( activated() ), browser, SLOT( forward() ) ); |
diff --git a/noncore/multimedia/opierec/qtrec.cpp b/noncore/multimedia/opierec/qtrec.cpp index 9d3d5cf..75413be 100644 --- a/noncore/multimedia/opierec/qtrec.cpp +++ b/noncore/multimedia/opierec/qtrec.cpp | |||
@@ -16,2 +16,3 @@ extern "C" { | |||
16 | #include <opie2/odebug.h> | 16 | #include <opie2/odebug.h> |
17 | #include <opie2/oresource.h> | ||
17 | #include <qpe/config.h> | 18 | #include <qpe/config.h> |
@@ -19,3 +20,2 @@ extern "C" { | |||
19 | #include <qpe/qpeapplication.h> | 20 | #include <qpe/qpeapplication.h> |
20 | #include <qpe/resource.h> | ||
21 | #include <qpe/storage.h> | 21 | #include <qpe/storage.h> |
@@ -508,3 +508,3 @@ void QtRec::init() { | |||
508 | toBeginningButton->setFixedSize( 22, 22); | 508 | toBeginningButton->setFixedSize( 22, 22); |
509 | toBeginningButton->setPixmap( Resource::loadPixmap("fastback") ); | 509 | toBeginningButton->setPixmap( Opie::Core::OResource::loadPixmap("fastback", Opie::Core::OResource::SmallIcon) ); |
510 | 510 | ||
@@ -513,3 +513,3 @@ void QtRec::init() { | |||
513 | toEndButton->setFixedSize( 22, 22); | 513 | toEndButton->setFixedSize( 22, 22); |
514 | toEndButton->setPixmap( Resource::loadPixmap( "fastforward" ) ); | 514 | toEndButton->setPixmap( Opie::Core::OResource::loadPixmap( "fastforward", Opie::Core::OResource::SmallIcon ) ); |
515 | 515 | ||