summaryrefslogtreecommitdiffstats
path: root/knode/kncleanup.h
diff options
context:
space:
mode:
Diffstat (limited to 'knode/kncleanup.h')
-rw-r--r--knode/kncleanup.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/knode/kncleanup.h b/knode/kncleanup.h
index 81e453df..f6cd5315 100644
--- a/knode/kncleanup.h
+++ b/knode/kncleanup.h
@@ -15,7 +15,7 @@
#ifndef KNCLEANUP_H
#define KNCLEANUP_H
-#include <qsemimodal.h>
+#include <tqsemimodal.h>
class QProgressBar;
class QLabel;
@@ -44,26 +44,26 @@ class KNCleanUp {
protected:
- class ProgressDialog : public QDialog {
+ class ProgressDialog : public TQDialog {
public:
ProgressDialog(int steps);
~ProgressDialog();
- void showMessage(const QString &s);
+ void showMessage(const TQString &s);
void doProgress();
protected:
- void closeEvent(QCloseEvent *e);
+ void closeEvent(TQCloseEvent *e);
- QLabel *m_sg;
- QProgressBar *p_bar;
+ TQLabel *m_sg;
+ TQProgressBar *p_bar;
int s_teps, p_rogress;
};
ProgressDialog *d_lg;
- QValueList<KNArticleCollection*> mColList;
+ TQValueList<KNArticleCollection*> mColList;
};