]> git.lyx.org Git - features.git/blobdiff - src/frontends/kde/dlg/emptytable.h
Update to MVC. Ref,Toc and citation don't work at all currently.
[features.git] / src / frontends / kde / dlg / emptytable.h
index e2d6d65518b6e46a49140ab153824cc9777199c8..4fcef29914a73b56c07ec75d1d12819de50c23e1 100644 (file)
@@ -25,7 +25,7 @@
  * A simple widget for a quick "preview" in TabularCreateDialog.
  * The user can drag on the widget to change the table dimensions.
  */
-class EmptyTable : public QTableView, public noncopyable {
+class EmptyTable : public QTableView, public boost::noncopyable {
    Q_OBJECT
 public:
        EmptyTable(QWidget * parent = 0, const char * name = 0);