summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/opie-eye/gui/mainwindow.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/noncore/graphics/opie-eye/gui/mainwindow.cpp b/noncore/graphics/opie-eye/gui/mainwindow.cpp
index 6fff5ab..438fbf2 100644
--- a/noncore/graphics/opie-eye/gui/mainwindow.cpp
+++ b/noncore/graphics/opie-eye/gui/mainwindow.cpp
@@ -42,7 +42,6 @@ PMainWindow::PMainWindow(QWidget* wid, const char* name, WFlags style)
42 setCaption( QObject::tr("Opie Eye Caramba" ) ); 42 setCaption( QObject::tr("Opie Eye Caramba" ) );
43 m_cfg = new Opie::Core::OConfig("phunkview"); 43 m_cfg = new Opie::Core::OConfig("phunkview");
44 m_cfg->setGroup("Zecke_view" ); 44 m_cfg->setGroup("Zecke_view" );
45// odebug << "Process-wide OApplication object @ " << oApp << oendl;
46 /* 45 /*
47 * Initialize ToolBar and IconView 46 * Initialize ToolBar and IconView
48 * And Connect Them 47 * And Connect Them
@@ -76,7 +75,7 @@ PMainWindow::PMainWindow(QWidget* wid, const char* name, WFlags style)
76 QToolButton*btn = new QToolButton( bar ); 75 QToolButton*btn = new QToolButton( bar );
77 btn->setIconSet( Resource::loadIconSet( "edit" ) ); 76 btn->setIconSet( Resource::loadIconSet( "edit" ) );
78 connect( btn, SIGNAL(clicked()), 77 connect( btn, SIGNAL(clicked()),
79 m_view, SLOT(slotRename()) ); 78 m_view, SLOT(slotImageInfo()) );
80 79
81 if ( Ir::supported() ) { 80 if ( Ir::supported() ) {
82 btn = new QToolButton( bar ); 81 btn = new QToolButton( bar );