diff options
Diffstat (limited to 'fifteenapplet/fifteenapplet.h')
-rw-r--r-- | fifteenapplet/fifteenapplet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fifteenapplet/fifteenapplet.h b/fifteenapplet/fifteenapplet.h index c17adc8..8cc25c6 100644 --- a/fifteenapplet/fifteenapplet.h +++ b/fifteenapplet/fifteenapplet.h @@ -38,7 +38,7 @@ class PiecesTable : public QtTableView TQ_OBJECT public: - PiecesTable(TQWidget* tqparent = 0, const char* name = 0); + PiecesTable(TQWidget* parent = 0, const char* name = 0); TQPopupMenu* popup() { return _menu; } protected: @@ -71,7 +71,7 @@ class FifteenApplet : public KPanelApplet public: FifteenApplet(const TQString& configFile, Type t = Stretch, int actions = 0, - TQWidget *tqparent = 0, const char *name = 0); + TQWidget *parent = 0, const char *name = 0); int widthForHeight(int height) const; int heightForWidth(int width) const; |