summaryrefslogtreecommitdiffstats
path: root/korn/maildlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'korn/maildlg.h')
-rw-r--r--korn/maildlg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/korn/maildlg.h b/korn/maildlg.h
index 0d222a706..93bfe0988 100644
--- a/korn/maildlg.h
+++ b/korn/maildlg.h
@@ -41,13 +41,13 @@ class KornMailDlg : public KDialogBase
/**
* Progress bar
*/
- QProgressDialog *_progress;
+ TQProgressDialog *_progress;
public:
/**
* KornMailDlg Constructor
* @param parent parent widget
*/
- KornMailDlg( QWidget *parent=0 );
+ KornMailDlg( TQWidget *parent=0 );
/**
* Set the mail details to show. The mails body is transfered to the edit control
@@ -76,7 +76,7 @@ private slots:
*/
void loadMailCanceled();
- void readMailReady( QString* );
+ void readMailReady( TQString* );
};
#endif