summaryrefslogtreecommitdiffstats
path: root/src/qalculatebuttonwithdata.h
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2016-04-09 20:52:09 +0200
committerSlávek Banko <[email protected]>2016-04-09 20:52:09 +0200
commit91d2d7482c36e67cb36df9d1dcdbd989911e4ceb (patch)
treec842adfbb1a172d9b61241d7dde70354e821bb75 /src/qalculatebuttonwithdata.h
parent4870c0c8c53d3df6ba954b2b4d8ebd87a8c43060 (diff)
downloadqalculate-tde-91d2d7482c36e67cb36df9d1dcdbd989911e4ceb.tar.gz
qalculate-tde-91d2d7482c36e67cb36df9d1dcdbd989911e4ceb.zip
Initial TQt conversion
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/qalculatebuttonwithdata.h')
-rw-r--r--src/qalculatebuttonwithdata.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/qalculatebuttonwithdata.h b/src/qalculatebuttonwithdata.h
index b3281a3..f777124 100644
--- a/src/qalculatebuttonwithdata.h
+++ b/src/qalculatebuttonwithdata.h
@@ -20,18 +20,18 @@
#ifndef QALCULATEBUTTONWITHDATA_H
#define QALCULATEBUTTONWITHDATA_H
-#include <qpushbutton.h>
+#include <tqpushbutton.h>
/**
@author Niklas Knutsson
*/
-class QalculateButtonWithData : public QPushButton {
+class QalculateButtonWithData : public TQPushButton {
Q_OBJECT
public:
- QalculateButtonWithData(void *data, const QString & text, QWidget *parent, const char *name = 0);
- QalculateButtonWithData(void *data, const QIconSet & icon, const QString & text, QWidget * parent, const char * name = 0);
+ QalculateButtonWithData(void *data, const TQString & text, TQWidget *parent, const char *name = 0);
+ QalculateButtonWithData(void *data, const TQIconSet & icon, const TQString & text, TQWidget * parent, const char * name = 0);
virtual ~QalculateButtonWithData();
void *user_data;