summaryrefslogtreecommitdiffstats
path: root/kbruch/src/mainqtwidget.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:39:55 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:39:55 +0000
commit0a6e0958c03e41c87b15557b6f407874f20c2f8d (patch)
tree2cdd58c4013b1be09cfcbb4ddae2b05712b9aeee /kbruch/src/mainqtwidget.h
parent83f9dfafc157ff7823804b3ff457b43d021a5b4b (diff)
downloadtdeedu-0a6e0958c03e41c87b15557b6f407874f20c2f8d.tar.gz
tdeedu-0a6e0958c03e41c87b15557b6f407874f20c2f8d.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1157642 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kbruch/src/mainqtwidget.h')
-rw-r--r--kbruch/src/mainqtwidget.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kbruch/src/mainqtwidget.h b/kbruch/src/mainqtwidget.h
index 33c1f2e5..bed32617 100644
--- a/kbruch/src/mainqtwidget.h
+++ b/kbruch/src/mainqtwidget.h
@@ -84,18 +84,18 @@ class MainQtWidget : public KMainWindow
void setupActions();
- QComboBox * m_NrOfTermsBox;
- QLabel * m_NrOfTermsLabel;
+ TQComboBox * m_NrOfTermsBox;
+ TQLabel * m_NrOfTermsLabel;
KWidgetAction * m_NrOfTermsBoxAction;
KWidgetAction * m_NrOfTermsLabelAction;
- QComboBox * m_MaxMainDenominatorBox;
- QLabel * m_MaxMainDenominatorLabel;
+ TQComboBox * m_MaxMainDenominatorBox;
+ TQLabel * m_MaxMainDenominatorLabel;
KWidgetAction * m_MaxMainDenominatorBoxAction;
KWidgetAction * m_MaxMainDenominatorLabelAction;
- QComboBox * m_OperationBox;
- QLabel * m_OperationLabel;
+ TQComboBox * m_OperationBox;
+ TQLabel * m_OperationLabel;
KWidgetAction * m_OperationBoxAction;
KWidgetAction * m_OperationLabelAction;
@@ -133,7 +133,7 @@ class MainQtWidget : public KMainWindow
/**
* called just before another page is shown
*/
- void slotAboutToShowPage(QWidget * page);
+ void slotAboutToShowPage(TQWidget * page);
protected:
/** Function is called when user calls termination.