From 1fc61c6e1d0a2b34f7b1d0de181bb4e6f954a8c2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:39:40 -0600 Subject: Remove additional unneeded tq method conversions --- src/electronics/component.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/electronics/component.cpp') diff --git a/src/electronics/component.cpp b/src/electronics/component.cpp index c05993d..4c8b797 100644 --- a/src/electronics/component.cpp +++ b/src/electronics/component.cpp @@ -482,7 +482,7 @@ void Component::initDIPSymbol( const TQStringList & pins, int _width ) } -// TQString createNode( double _x, double _y, int tqshape, int orientation, const TQString &name, int type, bool isInput = true ); +// TQString createNode( double _x, double _y, int shape, int orientation, const TQString &name, int type, bool isInput = true ); void Component::init1PinLeft( int h1 ) { -- cgit v1.2.1