summaryrefslogtreecommitdiffstats
path: root/kdict/sets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdict/sets.cpp')
-rw-r--r--kdict/sets.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdict/sets.cpp b/kdict/sets.cpp
index 513106da..51dd7eb6 100644
--- a/kdict/sets.cpp
+++ b/kdict/sets.cpp
@@ -144,7 +144,7 @@ void DbSetsDialog::hideEvent(TQHideEvent *)
void DbSetsDialog::newPressed()
{
- TQStringList *temp = new QStringList;
+ TQStringList *temp = new TQStringList;
temp->append(i18n("New Set"));
global->databaseSets.append(temp);
global->databases.insert(global->databases.at(global->databaseSets.count()),i18n("New Set"));