make quassel compile on msvc
[quassel.git] / src / qtgui / tabcompleter.cpp
index 5b3e97f..2b13097 100644 (file)
@@ -49,7 +49,7 @@ void TabCompleter::buildCompletionList() {
 }
 
 void TabCompleter::complete() {
-  if (not enabled) {
+  if (! enabled) {
     buildCompletionList();
     enabled = true;  
   }