diff options
Diffstat (limited to 'fifteenapplet')
-rw-r--r-- | fifteenapplet/fifteenapplet.h | 4 | ||||
-rw-r--r-- | fifteenapplet/qttableview.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/fifteenapplet/fifteenapplet.h b/fifteenapplet/fifteenapplet.h index 1ef45c9..15fdc65 100644 --- a/fifteenapplet/fifteenapplet.h +++ b/fifteenapplet/fifteenapplet.h @@ -34,7 +34,7 @@ class TDEAboutData; class PiecesTable : public QtTableView { - Q_OBJECT + TQ_OBJECT public: @@ -66,7 +66,7 @@ private: class FifteenApplet : public KPanelApplet { - Q_OBJECT + TQ_OBJECT public: diff --git a/fifteenapplet/qttableview.h b/fifteenapplet/qttableview.h index 68ab617..72b0d31 100644 --- a/fifteenapplet/qttableview.h +++ b/fifteenapplet/qttableview.h @@ -25,7 +25,7 @@ class QCornerSquare; class QtTableView : public TQFrame { - Q_OBJECT + TQ_OBJECT public: virtual void setBackgroundColor( const TQColor & ); |