From e224e28dfa730ce315caa7ae570496c9cd3ffbe2 Mon Sep 17 00:00:00 2001 From: drw Date: Sat, 02 Nov 2002 23:13:41 +0000 Subject: Fixes --- (limited to 'noncore/apps/checkbook/traninfo.h') diff --git a/noncore/apps/checkbook/traninfo.h b/noncore/apps/checkbook/traninfo.h index e944c29..e488816 100644 --- a/noncore/apps/checkbook/traninfo.h +++ b/noncore/apps/checkbook/traninfo.h @@ -81,6 +81,12 @@ class TranInfo QString n; }; -typedef QList TranInfoList; +class TranInfoList : public QList +{ + protected: + int compareItems( QCollection::Item, QCollection::Item ); +}; + +//typedef TranList TranInfoList; #endif -- cgit v0.9.0.2