author | harlekin <harlekin> | 2003-03-08 22:58:57 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-03-08 22:58:57 (UTC) |
commit | c8425140a65f25cc83fbe08f0aa0d2f737c8f497 (patch) (unidiff) | |
tree | 96044dd814b9ae151ef887a06c2488e83e0acf8a | |
parent | 6ef522bce51f00dfd333d9e63295f3847f3dfeb5 (diff) | |
download | opie-c8425140a65f25cc83fbe08f0aa0d2f737c8f497.zip opie-c8425140a65f25cc83fbe08f0aa0d2f737c8f497.tar.gz opie-c8425140a65f25cc83fbe08f0aa0d2f737c8f497.tar.bz2 |
wrench from inline
-rw-r--r-- | noncore/net/opieirc/mainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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( | |||
23 | connect(a, SIGNAL(activated()), this, SLOT(newConnection())); | 23 | connect(a, SIGNAL(activated()), this, SLOT(newConnection())); |
24 | a->setWhatsThis(tr("Create a new connection to an IRC server")); | 24 | a->setWhatsThis(tr("Create a new connection to an IRC server")); |
25 | a->addTo(irc); | 25 | a->addTo(irc); |
26 | a = new QAction(tr("Settings"), Resource::loadPixmap("opieirc/settings"), QString::null, 0, this, 0); | 26 | a = new QAction(tr("Settings"), Resource::loadPixmap("SettingsIcon"), QString::null, 0, this, 0); |
27 | a->setWhatsThis(tr("Configure OpieIRC's behavior and appearance")); | 27 | a->setWhatsThis(tr("Configure OpieIRC's behavior and appearance")); |
28 | connect(a, SIGNAL(activated()), this, SLOT(settings())); | 28 | connect(a, SIGNAL(activated()), this, SLOT(settings())); |
29 | a->addTo(irc); | 29 | a->addTo(irc); |
@@ -82,7 +82,7 @@ void MainWindow::settings() { | |||
82 | QListIterator<IRCTab> it(m_tabs); | 82 | QListIterator<IRCTab> it(m_tabs); |
83 | for (; it.current(); ++it) { | 83 | for (; it.current(); ++it) { |
84 | /* Inform all tabs about the new settings */ | 84 | /* Inform all tabs about the new settings */ |
85 | it.current()->settingsChanged(); | 85 | it.current()->settingsChanged(); |
86 | } | 86 | } |
87 | } | 87 | } |
88 | } | 88 | } |