Porting to WebKit - xslt, css, icons working
[mdictionary] / trunk / src / base / gui / TranslationWidgetAutoResizer.h
index cc68304..038e1bf 100644 (file)
@@ -35,10 +35,10 @@ public:
     textEdit(qobject_cast<QTextEdit* >((parent))),
     edit(qobject_cast<QFrame* >((parent))) {
 
-     connect(parent, SIGNAL(textChanged()), this,
-             SLOT(textEditChanged()));
-     connect(parent, SIGNAL(cursorPositionChanged()),
-             this, SLOT(textEditChanged()));
+  //   connect(parent, SIGNAL(textChanged()), this,
+   //          SLOT(textEditChanged()));
+   //  connect(parent, SIGNAL(cursorPositionChanged()),
+    //         this, SLOT(textEditChanged()));
      }
 
 public Q_SLOTS: