diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 00:14:02 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 00:14:02 -0500 |
commit | c3f2c830d0394a175f308b1866b09143e28b2fe0 (patch) | |
tree | 0cbb52aa3b8b12827d45cdda7fe8cd7907f3a3c9 /kwordquiz/src/kwordquizview.h | |
parent | 33cecfe986fcea059c65f4e29a26bdeb074f4a70 (diff) | |
download | tdeedu-c3f2c830d0394a175f308b1866b09143e28b2fe0.tar.gz tdeedu-c3f2c830d0394a175f308b1866b09143e28b2fe0.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'kwordquiz/src/kwordquizview.h')
-rw-r--r-- | kwordquiz/src/kwordquizview.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kwordquiz/src/kwordquizview.h b/kwordquiz/src/kwordquizview.h index 4176035c..6dfec55a 100644 --- a/kwordquiz/src/kwordquizview.h +++ b/kwordquiz/src/kwordquizview.h @@ -15,8 +15,8 @@ * * ***************************************************************************/ -#ifndef KWORDTQUIZVIEW_H -#define KWORDTQUIZVIEW_H +#ifndef KWORDQUIZVIEW_H +#define KWORDQUIZVIEW_H #ifdef HAVE_CONFIG_H #include <config.h> @@ -114,11 +114,11 @@ class KWordQuizView : public TQTable DlgSpecChar* dlgSpecChar; TQWidget * cellEditor; /** the list of the undo objects */ - static TQValueList<WTQUndo> *m_undoList; + static TQValueList<WQUndo> *m_undoList; void doNewPage(TQPainter & painter, int res, int type); void doEndOfPage(TQPainter & painter, int vPos, int pageNum, int res, int type); bool checkForBlank(const TQString & s, bool blank); }; -#endif // KWORDTQUIZVIEW_H +#endif // KWORDQUIZVIEW_H |