summaryrefslogtreecommitdiffstats
path: root/kwordquiz/src/wqlistitem.cpp
diff options
context:
space:
mode:
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;
}