From 59a076e9336f1eebda8650437e6bc61077be1516 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:59:40 -0600 Subject: Remove additional unneeded tq method conversions --- eyesapplet/eyes.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eyesapplet') diff --git a/eyesapplet/eyes.cpp b/eyesapplet/eyes.cpp index 84bdfbe..37dd37b 100644 --- a/eyesapplet/eyes.cpp +++ b/eyesapplet/eyes.cpp @@ -55,11 +55,11 @@ EyesApplet::EyesApplet(const TQString& configFile, Type t, int actions, int EyesApplet::widthForHeight(int h) const { - return static_cast(1.4 * h); // rectangular tqshape. + return static_cast(1.4 * h); // rectangular shape. } int EyesApplet::heightForWidth(int w) const { - return static_cast(w / 1.4); // rectangular tqshape. + return static_cast(w / 1.4); // rectangular shape. } void EyesApplet::resizeEvent( TQResizeEvent*e ) -- cgit v1.2.1