diff options
Diffstat (limited to 'kicker-applets/math/mathapplet.h')
-rw-r--r-- | kicker-applets/math/mathapplet.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kicker-applets/math/mathapplet.h b/kicker-applets/math/mathapplet.h index f8c91a0..97e4270 100644 --- a/kicker-applets/math/mathapplet.h +++ b/kicker-applets/math/mathapplet.h @@ -38,10 +38,11 @@ class KPopupMenu; class MathApplet : public KPanelApplet { Q_OBJECT + TQ_OBJECT public: MathApplet(const TQString& configFile, Type t = Stretch, int actions = 0, - TQWidget *parent = 0, const char *name = 0); + TQWidget *tqparent = 0, const char *name = 0); virtual ~MathApplet(); int widthForHeight(int height) const; |