replaced Client::fakeInput() with Client::userInpt() (now static but no longer a...
[quassel.git] / src / uisupport / nickview.cpp
index 0b4a741..0c4e853 100644 (file)
@@ -80,6 +80,6 @@ void NickView::showContextMenu(const QPoint & pos ) {
   QAction *result = nickContextMenu.exec(QCursor::pos());
 
   if (result == whoisAction ) {
-    Client::instance()->userInput(bufferInfo, "/WHOIS "+username);
+    Client::userInput(bufferInfo, "/WHOIS "+username);
   }
 }