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