diff options
Diffstat (limited to 'eyesapplet/eyes.cpp')
-rw-r--r-- | eyesapplet/eyes.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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<int>(1.4 * h); // rectangular tqshape. + return static_cast<int>(1.4 * h); // rectangular shape. } int EyesApplet::heightForWidth(int w) const { - return static_cast<int>(w / 1.4); // rectangular tqshape. + return static_cast<int>(w / 1.4); // rectangular shape. } void EyesApplet::resizeEvent( TQResizeEvent*e ) |