From 74c05bbf9d92e43a6cf3799355b5f3598884409e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:56:05 -0600 Subject: Remove additional unneeded tq method conversions --- kolourpaint/widgets/kptoolwidgetbrush.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kolourpaint/widgets/kptoolwidgetbrush.h') diff --git a/kolourpaint/widgets/kptoolwidgetbrush.h b/kolourpaint/widgets/kptoolwidgetbrush.h index 0fd2f46a..c67db05e 100644 --- a/kolourpaint/widgets/kptoolwidgetbrush.h +++ b/kolourpaint/widgets/kptoolwidgetbrush.h @@ -43,7 +43,7 @@ public: virtual ~kpToolWidgetBrush (); private: - TQString brushName (int tqshape, int whichSize); + TQString brushName (int shape, int whichSize); public: TQPixmap brush () const; -- cgit v1.2.1