From a08aff328d4393031d5ba7d622c2b05705a89d73 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 04 Jul 2007 11:23:42 +0000 Subject: initial public commit of qt4 port --- (limited to 'microkde/kdecore/kprefs.h') diff --git a/microkde/kdecore/kprefs.h b/microkde/kdecore/kprefs.h index 95d2724..d9d1572 100644 --- a/microkde/kdecore/kprefs.h +++ b/microkde/kdecore/kprefs.h @@ -21,11 +21,13 @@ #define _KPREFS_H // $Id$ -#include +#include #include #include #include #include +//Added by qt3to4: +#include class KConfig; @@ -283,8 +285,8 @@ class KPrefs { when the config file does not yet contain the key of this item. */ - void addItemIntList(const QString &key,QValueList *reference, - const QValueList &defaultValue=QValueList()); + void addItemIntList(const QString &key,Q3ValueList *reference, + const Q3ValueList &defaultValue=Q3ValueList()); protected: /** @@ -310,7 +312,7 @@ class KPrefs { KConfig *mConfig; // pointer to KConfig object - QPtrList mItems; + Q3PtrList mItems; }; #endif -- cgit v0.9.0.2