diff options
Diffstat (limited to 'kiten/learn.cpp')
-rw-r--r-- | kiten/learn.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kiten/learn.cpp b/kiten/learn.cpp index 79493131..ecdc011b 100644 --- a/kiten/learn.cpp +++ b/kiten/learn.cpp @@ -60,10 +60,10 @@ int LearnItem::compare(TQListViewItem *item, int col, bool ascending) const const int Learn::numberOfAnswers = 5; -Learn::Learn(Dict::Index *tqparentDict, TQWidget *tqparent, const char *name) +Learn::Learn(Dict::Index *parentDict, TQWidget *tqparent, const char *name) : KMainWindow(tqparent, name), initialized(false), isMod(false), prevItem(0), curItem(0) { - index = tqparentDict; + index = parentDict; TQWidget *dummy = new TQWidget(this); setCentralWidget(dummy); |