fixed the target buffers for queries
[quassel.git] / src / uisupport / inputline.h
index 1595125..936e1bd 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-07 by the Quassel IRC Team                         *
+ *   Copyright (C) 2005-08 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -51,6 +51,9 @@ class InputLine : public QLineEdit {
     QStringList nickList;
 
     TabCompleter *tabComplete;
+
+    int bindModifier;
+    int jumpModifier;
 };
 
 #endif