diff options
Diffstat (limited to 'kbstateapplet/kbstate.h')
-rw-r--r-- | kbstateapplet/kbstate.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kbstateapplet/kbstate.h b/kbstateapplet/kbstate.h index 55aca27..fc6987f 100644 --- a/kbstateapplet/kbstate.h +++ b/kbstateapplet/kbstate.h @@ -37,7 +37,7 @@ class StatusIcon : public TQPushButton { Q_OBJECT TQ_OBJECT public: - StatusIcon (const TQString &text, TQWidget *tqparent, const char *name=0); + StatusIcon (const TQString &text, TQWidget *parent, const char *name=0); ~StatusIcon (); TQSize tqminimumSizeHint () const; @@ -50,7 +50,7 @@ class TimeoutIcon : public StatusIcon { public: TimeoutIcon (KInstance *instance, const TQString &text, const TQString &featurename, - TQWidget *tqparent, const char *name=0); + TQWidget *parent, const char *name=0); ~TimeoutIcon (); void update (); @@ -77,7 +77,7 @@ class KeyIcon : public StatusIcon { TQ_OBJECT public: KeyIcon (int keyId, KInstance *instance, - TQWidget *tqparent, const char *name=0); + TQWidget *parent, const char *name=0); ~KeyIcon (); void setState (bool latched, bool locked); void drawButton (TQPainter *p); @@ -107,7 +107,7 @@ class MouseIcon : public StatusIcon { Q_OBJECT TQ_OBJECT public: - MouseIcon (KInstance *instance, TQWidget *tqparent, const char *name=0); + MouseIcon (KInstance *instance, TQWidget *parent, const char *name=0); ~MouseIcon (); void setState (int state); void setActiveKey (int activekey); @@ -138,7 +138,7 @@ class KbStateApplet : public KPanelApplet { public: KbStateApplet(const TQString& configFile, Type t = Normal, int actions = 0, - TQWidget *tqparent = 0, const char *name = 0); + TQWidget *parent = 0, const char *name = 0); ~KbStateApplet(); int widthForHeight(int height) const; |