From c8425140a65f25cc83fbe08f0aa0d2f737c8f497 Mon Sep 17 00:00:00 2001 From: harlekin Date: Sat, 08 Mar 2003 22:58:57 +0000 Subject: wrench from inline --- (limited to 'noncore/net/opieirc/mainwindow.cpp') diff --git a/noncore/net/opieirc/mainwindow.cpp b/noncore/net/opieirc/mainwindow.cpp index c0e2ff1..3ed29e3 100644 --- a/noncore/net/opieirc/mainwindow.cpp +++ b/noncore/net/opieirc/mainwindow.cpp @@ -23,7 +23,7 @@ MainWindow::MainWindow(QWidget *parent, const char *name, WFlags) : QMainWindow( connect(a, SIGNAL(activated()), this, SLOT(newConnection())); a->setWhatsThis(tr("Create a new connection to an IRC server")); a->addTo(irc); - a = new QAction(tr("Settings"), Resource::loadPixmap("opieirc/settings"), QString::null, 0, this, 0); + a = new QAction(tr("Settings"), Resource::loadPixmap("SettingsIcon"), QString::null, 0, this, 0); a->setWhatsThis(tr("Configure OpieIRC's behavior and appearance")); connect(a, SIGNAL(activated()), this, SLOT(settings())); a->addTo(irc); @@ -82,7 +82,7 @@ void MainWindow::settings() { QListIterator it(m_tabs); for (; it.current(); ++it) { /* Inform all tabs about the new settings */ - it.current()->settingsChanged(); + it.current()->settingsChanged(); } } } -- cgit v0.9.0.2