author | kergoth <kergoth> | 2002-03-18 23:19:42 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-03-18 23:19:42 (UTC) |
commit | f56d7e8481779ee3f1b307effbb7a0601de4ba7a (patch) (side-by-side diff) | |
tree | 7e52279966f597d3dcf7c7c5124f64887570dfbf | |
parent | 35d040816fd59e247efbe9727ecd810bcba7c2b9 (diff) | |
download | opie-f56d7e8481779ee3f1b307effbb7a0601de4ba7a.zip opie-f56d7e8481779ee3f1b307effbb7a0601de4ba7a.tar.gz opie-f56d7e8481779ee3f1b307effbb7a0601de4ba7a.tar.bz2 |
Fixing package conflicts.
-rw-r--r-- | core/apps/textedit/fileSaver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/apps/textedit/fileSaver.cpp b/core/apps/textedit/fileSaver.cpp index fbf50cf..07fb5ba 100644 --- a/core/apps/textedit/fileSaver.cpp +++ b/core/apps/textedit/fileSaver.cpp @@ -49,7 +49,7 @@ fileSaver::fileSaver( QWidget* parent, const char* name, bool modal, WFlags fl connect( docButton,SIGNAL(released()),this,SLOT( docButtonPushed()) ); docButton->setFlat(TRUE); - hideButton = new QPushButton( Resource::loadIconSet("s_hidden"),"",this,"hideButton"); + hideButton = new QPushButton( Resource::loadIconSet("textedit/s_hidden"),"",this,"hideButton"); hideButton->setGeometry(140,4,25,25); connect( hideButton,SIGNAL(toggled(bool)),this,SLOT( hideButtonPushed(bool)) ); hideButton->setToggleButton(TRUE); |