summaryrefslogtreecommitdiffstats
path: root/kanagram/src/leitnerbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'kanagram/src/leitnerbox.h')
-rw-r--r--kanagram/src/leitnerbox.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kanagram/src/leitnerbox.h b/kanagram/src/leitnerbox.h
index bf20d6a6..1ead2d78 100644
--- a/kanagram/src/leitnerbox.h
+++ b/kanagram/src/leitnerbox.h
@@ -12,7 +12,7 @@
#ifndef LEITNERBOX_H
#define LEITNERBOX_H
-#include <qstring.h>
+#include <tqstring.h>
/**
@author Martin Pfeiffer
@@ -26,19 +26,19 @@ public:
void setCorrectWordBox( LeitnerBox* ); //sets the correct word box
void setWrongWordBox( LeitnerBox* ); //sets the wrong word box
- void setBoxName( const QString& ); //sets the boxes name
+ void setBoxName( const TQString& ); //sets the boxes name
void setVocabCount( int count );
int getVocabCount();
LeitnerBox* getCorrectWordBox();
LeitnerBox* getWrongWordBox();
- const QString& getBoxName() const;
+ const TQString& getBoxName() const;
bool operator == ( const LeitnerBox& a ) const;
private:
- QString m_name;
+ TQString m_name;
int m_vocabCount;