]> git.lyx.org Git - features.git/commitdiff
missed some tostr.h -> convert.h places
authorLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 6 Jan 2005 16:44:04 +0000 (16:44 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 6 Jan 2005 16:44:04 +0000 (16:44 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9449 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/gtk/GGraphics.C
src/frontends/gtk/GPrint.C
src/frontends/gtk/GSpellchecker.C
src/frontends/qt2/QExternal.C
src/frontends/qt2/QGraphics.C
src/frontends/qt2/QTabular.C
src/frontends/qt2/QWrap.C
src/frontends/qt2/qt_helpers.C
src/support/convert.h

index 5728c9af2c12acdf6a7c9e11e1a95c552199a83d..a3c3931f53b9debff655334a8e82776aed2427f4 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "support/lyxlib.h"  // for float_equal
 #include "support/lstrings.h"
-#include "support/tostr.h"
+#include "support/convert.h"
 
 #include "debug.h"
 
index 079cbf5a5d23a80bd4de9ad0c383823810426f10..54ec6849a0fbf9509b7859cbd20ee6818ee7e07a 100644 (file)
@@ -22,7 +22,7 @@
 #include "PrinterParams.h"
 
 #include "support/lstrings.h"
-#include "support/tostr.h"
+#include "support/convert.h"
 
 #include <libglademm.h>
 
index 685542e49c235279580edc6967b2f88eff06beb9..7646e5734bea265c0fc8e10947ce52828aeca59f 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "ghelpers.h"
 
-#include "support/tostr.h"
+#include "support/convert.h"
 
 using std::string;
 
index 4d8fd2d6e6254d0576687b6c19d75b1cebadb8b1..9c2a3b1aaa465e43326b449824469705b0220c72 100644 (file)
@@ -22,7 +22,7 @@
 #include "insets/insetexternal.h"
 
 #include "support/lstrings.h"
-#include "support/tostr.h"
+#include "support/convert.h"
 
 #include "QExternal.h"
 #include "QExternalDialog.h"
index 45d44e3880d5094a90162b81da87a9a464c57185..f54d4596952e621775c2053a86caa252b39a30eb 100644 (file)
@@ -29,7 +29,7 @@
 #include "insets/insetgraphicsParams.h"
 
 #include "support/lstrings.h"
-#include "support/tostr.h"
+#include "support/convert.h"
 #include "support/lyxlib.h"
 
 #include <qlineedit.h>
index bc25e7b897fcf3f7febd730b31b983f372b136f0..8001bea8462acd24c6a9193f7bc441c25873553f 100644 (file)
@@ -23,7 +23,7 @@
 #include "controllers/ButtonController.h"
 #include "controllers/ControlTabular.h"
 
-#include "support/tostr.h"
+#include "support/convert.h"
 
 #include <qcheckbox.h>
 #include <qlineedit.h>
index 413dd043c8ab27a617d13d647a55e1b4fd72c05f..64f1d2ad0e31f121d1d1b402c17a26adc884de64 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "insets/insetwrap.h"
 
-#include "support/tostr.h"
+#include "support/convert.h"
 #include "support/lstrings.h"
 
 #include <qlineedit.h>
index d12e3fc134c7cde71a070c4592fc7f5776b3cec7..1eadd8e1d449a2a2daf77e554670b1a940b859e9 100644 (file)
@@ -18,7 +18,7 @@
 #include "gettext.h"
 
 #include "support/lstrings.h"
-#include "support/tostr.h"
+#include "support/convert.h"
 
 #include <qcombobox.h>
 #include <qlineedit.h>
index ead674b99cd9d338cd79f220e6555dfb0ec316bf..22d5f12a8b97d9f0e2dca95f2911e9af2c0cc95e 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file tostr.h
+ * \file convert.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,8 +13,8 @@
  * Some of these would certainly benefit from a rewrite/optimization.
  */
 
-#ifndef TOSTR_H
-#define TOSTR_H
+#ifndef CONVERT_H
+#define CONVERT_H
 
 #include <boost/static_assert.hpp>