diff options
Diffstat (limited to 'kmoon/kmoonapplet.h')
-rw-r--r-- | kmoon/kmoonapplet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmoon/kmoonapplet.h b/kmoon/kmoonapplet.h index aa88592..2c2b69b 100644 --- a/kmoon/kmoonapplet.h +++ b/kmoon/kmoonapplet.h @@ -41,7 +41,7 @@ class MoonPAWidget : public KPanelApplet public: MoonPAWidget(const TQString& configFile, Type t = Normal, int actions = 0, - TQWidget *tqparent = 0, const char *name = 0); + TQWidget *parent = 0, const char *name = 0); ~MoonPAWidget(); int widthForHeight(int height) const { return height; } |