summaryrefslogtreecommitdiff
authordrw <drw>2003-03-08 22:35:47 (UTC)
committer drw <drw>2003-03-08 22:35:47 (UTC)
commit984291364aaedd4a6e0c50add833d30d7223c3e4 (patch) (unidiff)
tree09f950cd405131f1d63bb2f1ed7abd72563103cf
parent71b6f7c1ced665b062e7546bb8c7196a32deea03 (diff)
downloadopie-984291364aaedd4a6e0c50add833d30d7223c3e4.zip
opie-984291364aaedd4a6e0c50add833d30d7223c3e4.tar.gz
opie-984291364aaedd4a6e0c50add833d30d7223c3e4.tar.bz2
Use inline pic
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/checkbook/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/checkbook/mainwindow.cpp b/noncore/apps/checkbook/mainwindow.cpp
index cabd231..ab1ceef 100644
--- a/noncore/apps/checkbook/mainwindow.cpp
+++ b/noncore/apps/checkbook/mainwindow.cpp
@@ -96,7 +96,7 @@ MainWindow::MainWindow()
96 96
97 popup->insertSeparator(); 97 popup->insertSeparator();
98 98
99 a = new QAction( tr( "Configure" ), Resource::loadPixmap( "checkbook/config" ), QString::null, 0, this, 0 ); 99 a = new QAction( tr( "Configure" ), Resource::loadPixmap( "SettingsIcon" ), QString::null, 0, this, 0 );
100 a->setWhatsThis( tr( "Click here to configure this app." ) ); 100 a->setWhatsThis( tr( "Click here to configure this app." ) );
101 connect( a, SIGNAL( activated() ), this, SLOT( slotConfigure() ) ); 101 connect( a, SIGNAL( activated() ), this, SLOT( slotConfigure() ) );
102 a->addTo( popup ); 102 a->addTo( popup );