diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:48:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:48:06 +0000 |
commit | 47c8a359c5276062c4bc17f0e82410f29081b502 (patch) | |
tree | 2d54a5f60a5b74067632f9ef6df58c2bc38155e6 /kopete/plugins/statistics/statisticsdialog.h | |
parent | 6f82532777a35e0e60bbd2b290b2e93e646f349b (diff) | |
download | tdenetwork-47c8a359c5276062c4bc17f0e82410f29081b502.tar.gz tdenetwork-47c8a359c5276062c4bc17f0e82410f29081b502.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1157648 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete/plugins/statistics/statisticsdialog.h')
-rw-r--r-- | kopete/plugins/statistics/statisticsdialog.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kopete/plugins/statistics/statisticsdialog.h b/kopete/plugins/statistics/statisticsdialog.h index 32a5aaaf..294ec2a8 100644 --- a/kopete/plugins/statistics/statisticsdialog.h +++ b/kopete/plugins/statistics/statisticsdialog.h @@ -16,7 +16,7 @@ #ifndef _STATISTICSDIALOG_H #define _STATISTICSDIALOG_H -#include <qwidget.h> +#include <tqwidget.h> #include <kdialogbase.h> #include "kopetemetacontact.h" @@ -40,12 +40,12 @@ class StatisticsDialog : public KDialogBase { Q_OBJECT public: - StatisticsDialog(StatisticsContact *contact, StatisticsDB* db, QWidget* parent=0, + StatisticsDialog(StatisticsContact *contact, StatisticsDB* db, TQWidget* parent=0, const char* name="StatisticsDialog"); private: - QString generateHTMLChart(const int *hours, const int *hours2, const int *hours3, const QString & caption, const QString & color); - QString generateHTMLChartBar(int height, const QString & color, const QString & caption); - QString stringFromSeconds(const int seconds); + TQString generateHTMLChart(const int *hours, const int *hours2, const int *hours3, const TQString & caption, const TQString & color); + TQString generateHTMLChartBar(int height, const TQString & color, const TQString & caption); + TQString stringFromSeconds(const int seconds); StatisticsWidget *mainWidget; KHTMLPart *generalHTMLPart; @@ -55,7 +55,7 @@ class StatisticsDialog : public KDialogBase /// Metacontact for which we get the statistics from m_db StatisticsContact *m_contact; - void generatePageFromQStringList(QStringList values, const QString & subTitle); + void generatePageFromQStringList(TQStringList values, const TQString & subTitle); /// Generates the main page void generatePageGeneral(); |