summaryrefslogtreecommitdiffstats
path: root/tdeabc/distributionlist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeabc/distributionlist.cpp')
-rw-r--r--tdeabc/distributionlist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeabc/distributionlist.cpp b/tdeabc/distributionlist.cpp
index 7c55fccd6..496883d15 100644
--- a/tdeabc/distributionlist.cpp
+++ b/tdeabc/distributionlist.cpp
@@ -108,7 +108,7 @@ DistributionList::Entry::List DistributionList::entries() const
return mEntries;
}
-typedef TQValueList< QPair<TQString, TQString> > MissingEntryList;
+typedef TQValueList< TQPair<TQString, TQString> > MissingEntryList;
class DistributionListManager::DistributionListManagerPrivate
{