diff options
Diffstat (limited to 'tdeprint/cups/cupsdconf2/cupsdpage.h')
| -rw-r--r-- | tdeprint/cups/cupsdconf2/cupsdpage.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeprint/cups/cupsdconf2/cupsdpage.h b/tdeprint/cups/cupsdconf2/cupsdpage.h index aadbd54b9..9d8008d1f 100644 --- a/tdeprint/cups/cupsdconf2/cupsdpage.h +++ b/tdeprint/cups/cupsdconf2/cupsdpage.h @@ -26,7 +26,7 @@ struct CupsdConf; class CupsdPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: CupsdPage(TQWidget *parent = 0, const char *name = 0); virtual ~CupsdPage(); @@ -46,9 +46,9 @@ protected: protected: CupsdConf *conf_; - QString label_; - QString header_; - QString pixmap_; + TQString label_; + TQString header_; + TQString pixmap_; }; #endif |
