author | zautrix <zautrix> | 2004-10-23 07:26:27 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-23 07:26:27 (UTC) |
commit | c1afd7a11c374573ad39a829567d05fb5a0453ce (patch) (side-by-side diff) | |
tree | a44ee04fc4c74c9501d271c1edb6f1cb52a965f2 /kaddressbook | |
parent | 65989e4ab454f228fb6cd2fa532145ed54366701 (diff) | |
download | kdepimpi-c1afd7a11c374573ad39a829567d05fb5a0453ce.zip kdepimpi-c1afd7a11c374573ad39a829567d05fb5a0453ce.tar.gz kdepimpi-c1afd7a11c374573ad39a829567d05fb5a0453ce.tar.bz2 |
compile fix
-rw-r--r-- | kaddressbook/kabprefs.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kaddressbook/kabprefs.cpp b/kaddressbook/kabprefs.cpp index 79fff47..01c935f 100644 --- a/kaddressbook/kabprefs.cpp +++ b/kaddressbook/kabprefs.cpp @@ -24,22 +24,27 @@ //US#ifdef KAB_EMBEDDED //#include <qstring.h> //#endif //KAB_EMBEDDED #include <qtextstream.h> #include <qfile.h> +#include <qregexp.h> #include <stdlib.h> #include <libkdepim/kpimglobalprefs.h> #include <kconfig.h> #include <klocale.h> #include <kstaticdeleter.h> //US#include <kdebug.h> // defines kdDebug() #include "kabprefs.h" +#ifdef DESKTOP_VERSION +#include <qapplication.h> +#endif + KABPrefs *KABPrefs::sInstance = 0; static KStaticDeleter<KABPrefs> staticDeleter; KABPrefs::KABPrefs() : KPimPrefs("kaddressbookrc") { |