summaryrefslogtreecommitdiffstats
path: root/kmail/folderdiaquotatab_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/folderdiaquotatab_p.h')
-rw-r--r--kmail/folderdiaquotatab_p.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/kmail/folderdiaquotatab_p.h b/kmail/folderdiaquotatab_p.h
index 53a4948a..68b5c19f 100644
--- a/kmail/folderdiaquotatab_p.h
+++ b/kmail/folderdiaquotatab_p.h
@@ -34,27 +34,27 @@
#define FOLDERDIAQUOTA_P_H
-#include <qlabel.h>
-#include <qprogressbar.h>
-#include <qwhatsthis.h>
+#include <tqlabel.h>
+#include <tqprogressbar.h>
+#include <tqwhatsthis.h>
#include "quotajobs.h"
namespace KMail {
-class QuotaWidget : public QWidget {
+class QuotaWidget : public TQWidget {
Q_OBJECT
public:
- QuotaWidget( QWidget* parent, const char* name = 0 );
+ QuotaWidget( TQWidget* parent, const char* name = 0 );
virtual ~QuotaWidget() { }
void setQuotaInfo( const KMail::QuotaInfo& info );
private:
- QLabel* mInfoLabel;
- QLabel* mRootLabel;
- QProgressBar* mProgressBar;
- QString mUnits;
+ TQLabel* mInfoLabel;
+ TQLabel* mRootLabel;
+ TQProgressBar* mProgressBar;
+ TQString mUnits;
int mFactor;
};