Move font settings to general appearance settingspage
[quassel.git] / src / qtui / inputwidget.h
index 563700a..297830b 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-08 by the Quassel Project                          *
+ *   Copyright (C) 2005-09 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -48,6 +48,7 @@ protected slots:
   virtual void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight);
 
 private slots:
+  void setCustomFont(const QVariant &font);
   void sendText(QString text);
   void changeNick(const QString &newNick) const;