change FastMeter drawing implementation to use Cairo instead of GDK; some subtle...
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / textviewer.h
index 280eb4437d3a2c4b519f66feeeab323bebe4b8da..004e2d99db268525e881bf55a718ab0cfd01ebfc 100644 (file)
@@ -14,7 +14,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #ifndef __pbd_gtkmm_textviewer_h__
@@ -25,8 +24,6 @@
 
 #include <pbd/transmitter.h>
 
-using std::string;
-
 namespace Gtkmm2ext {
 
 class TextViewer : public Gtk::Window, public Transmitter
@@ -47,7 +44,7 @@ class TextViewer : public Gtk::Window, public Transmitter
        Gtk::TextView& text()         { return etext; }
        Gtk::Button& dismiss_button() { return dismiss; }
 
-       void insert_file (const string &);
+       void insert_file (const std::string &);
        void scroll_to_bottom ();
        
        void deliver ();