diff options
Diffstat (limited to 'src/suspenddialog.h')
-rw-r--r-- | src/suspenddialog.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/suspenddialog.h b/src/suspenddialog.h index 22a4527..f5b2de0 100644 --- a/src/suspenddialog.h +++ b/src/suspenddialog.h @@ -36,20 +36,21 @@ class suspendDialog: public suspend_Dialog { Q_OBJECT + TQ_OBJECT public: //! default constructor - suspendDialog(QWidget *parent = 0, const char *name = 0); + suspendDialog(TQWidget *tqparent = 0, const char *name = 0); //! default destructor ~suspendDialog(); //! set all needed icons - void setPixmap( QString ); + void setPixmap( TQString ); //! set the value for the progressbar void setProgressbar( int ); //! set the message for the textlabel - void setTextLabel( QString ); + void setTextLabel( TQString ); }; |