author | drw <drw> | 2003-03-08 21:40:12 (UTC) |
---|---|---|
committer | drw <drw> | 2003-03-08 21:40:12 (UTC) |
commit | 8a437f5e03f48bc4831e469bb045ca64435d01b5 (patch) (unidiff) | |
tree | 3d36ad74010eb6225917fc370820e9c4f194025c | |
parent | abf7debafd01d4ff71bddee06bf5cb4d46e6519c (diff) | |
download | opie-8a437f5e03f48bc4831e469bb045ca64435d01b5.zip opie-8a437f5e03f48bc4831e469bb045ca64435d01b5.tar.gz opie-8a437f5e03f48bc4831e469bb045ca64435d01b5.tar.bz2 |
Use inline pics
-rw-r--r-- | noncore/settings/aqpkg/mainwin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/aqpkg/mainwin.cpp b/noncore/settings/aqpkg/mainwin.cpp index 392d04d..dfe6d9c 100644 --- a/noncore/settings/aqpkg/mainwin.cpp +++ b/noncore/settings/aqpkg/mainwin.cpp | |||
@@ -198,7 +198,7 @@ MainWindow :: MainWindow() | |||
198 | // Options menu | 198 | // Options menu |
199 | popup = new QPopupMenu( this ); | 199 | popup = new QPopupMenu( this ); |
200 | 200 | ||
201 | a = new QAction( tr( "Configure" ), Resource::loadPixmap( "aqpkg/config" ), QString::null, 0, this, 0 ); | 201 | a = new QAction( tr( "Configure" ), Resource::loadPixmap( "SettingsIcon" ), QString::null, 0, this, 0 ); |
202 | a->setWhatsThis( tr( "Click here to configure this application." ) ); | 202 | a->setWhatsThis( tr( "Click here to configure this application." ) ); |
203 | connect( a, SIGNAL( activated() ), this, SLOT( displaySettings() ) ); | 203 | connect( a, SIGNAL( activated() ), this, SLOT( displaySettings() ) ); |
204 | a->addTo( popup ); | 204 | a->addTo( popup ); |
@@ -238,7 +238,7 @@ void MainWindow :: initMainWidget() | |||
238 | connect( serversList, SIGNAL( activated( int ) ), this, SLOT( serverSelected( int ) ) ); | 238 | connect( serversList, SIGNAL( activated( int ) ), this, SLOT( serverSelected( int ) ) ); |
239 | QWhatsThis::add( serversList, tr( "Click here to select a package feed." ) ); | 239 | QWhatsThis::add( serversList, tr( "Click here to select a package feed." ) ); |
240 | 240 | ||
241 | installedIcon = Resource::loadPixmap( "aqpkg/installed" ); | 241 | installedIcon = Resource::loadPixmap( "installed" ); |
242 | updatedIcon = Resource::loadPixmap( "aqpkg/updated" ); | 242 | updatedIcon = Resource::loadPixmap( "aqpkg/updated" ); |
243 | 243 | ||
244 | packagesList = new QListView( networkPkgWindow ); | 244 | packagesList = new QListView( networkPkgWindow ); |