summaryrefslogtreecommitdiffstats
path: root/kwordquiz/src/wqlistitem.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-11 04:44:41 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-11 04:44:41 +0000
commita374efce3a207b39514be3c52264091400ce297e (patch)
tree77bdf654b55826d4f59b53a5621310206bcaead1 /kwordquiz/src/wqlistitem.cpp
parentf81a494f3957d5cf38c787973415597941934727 (diff)
downloadtdeedu-a374efce3a207b39514be3c52264091400ce297e.tar.gz
tdeedu-a374efce3a207b39514be3c52264091400ce297e.zip
TQt4 port kdeedu
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1236073 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kwordquiz/src/wqlistitem.cpp')
-rw-r--r--kwordquiz/src/wqlistitem.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/kwordquiz/src/wqlistitem.cpp b/kwordquiz/src/wqlistitem.cpp
index 597337f8..0e4cf94c 100644
--- a/kwordquiz/src/wqlistitem.cpp
+++ b/kwordquiz/src/wqlistitem.cpp
@@ -18,37 +18,37 @@
#include "wqlistitem.h"
-WQListItem::WQListItem()
+WTQListItem::WTQListItem()
{
}
-WQListItem::~WQListItem()
+WTQListItem::~WTQListItem()
{
}
-void WQListItem::setQuestion(int i)
+void WTQListItem::setQuestion(int i)
{
m_question = i;
}
-void WQListItem::setCorrect(int c)
+void WTQListItem::setCorrect(int c)
{
m_correct = c;
}
-void WQListItem::setOneOp(int i)
+void WTQListItem::setOneOp(int i)
{
m_oneOp = i;
}
-void WQListItem::setTwoOp(int i)
+void WTQListItem::setTwoOp(int i)
{
m_twoOp = i;
}
-void WQListItem::setThreeOp(int i)
+void WTQListItem::setThreeOp(int i)
{
m_threeOp = i;
}