Various tweaks to the input line in KDE mode
[quassel.git] / src / uisupport / inputline.h
index dddf8d5..66742b6 100644 (file)
@@ -35,13 +35,15 @@ class InputLine : public
 #else
                   QLineEdit
 #endif
-                          {
+{
   Q_OBJECT
 
 public:
   InputLine(QWidget *parent = 0);
   ~InputLine();
 
+  void setCustomFont(const QFont &); // should be used instead setFont(), so we can set our size correctly
+
 #ifdef HAVE_KDE
 //Compatibility methods with the rest of the classes which expects this to be a QLineEdit
   QString text() { return toPlainText(); };