From: Marcus Eggenberger Date: Sun, 10 Oct 2010 12:21:32 +0000 (+0200) Subject: fixing build on non-mac systems. ooopsi. X-Git-Tag: 0.8-beta1~126 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=d61e228c1d7bccaa117c7559fd8ca1975c6637cc fixing build on non-mac systems. ooopsi. --- diff --git a/src/qtui/mainwin.cpp b/src/qtui/mainwin.cpp index e7704d83..5d50acca 100644 --- a/src/qtui/mainwin.cpp +++ b/src/qtui/mainwin.cpp @@ -363,7 +363,7 @@ void MainWin::setupActions() { configureQuasselAct->setMenuRole(QAction::PreferencesRole); #else QAction *configureQuasselAct = new Action(SmallIcon("configure"), tr("&Configure Quassel..."), coll, - this, SLOT(showSettingsDlg()), QKeySequence(Qt::Key_F7)) + this, SLOT(showSettingsDlg()), QKeySequence(Qt::Key_F7)); #endif coll->addAction("ConfigureQuassel", configureQuasselAct);