]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/Dialog.h
fix completion painting for RTL (inline completion and completion list)
[lyx.git] / src / frontends / qt4 / Dialog.h
index f764164ef1b541973e6111c419444fd5bbda6a1d..9c7b3b6c56cad85a3c4e778cc8269222595cd8cc 100644 (file)
@@ -14,8 +14,9 @@
 
 #include "FuncCode.h"
 
+#include "support/strfwd.h"
+
 #include <QString>
-#include <string>
 
 class QWidget;
 
@@ -86,7 +87,6 @@ public:
        /// \param data is a string encoding of the data to be displayed.
        /// It is passed to the Controller to be translated into a useable form.
        virtual void showData(std::string const & data);
-       virtual void updateData(std::string const & data);
        //@}
 
        /** Check whether we may apply our data.