author | zautrix <zautrix> | 2004-10-23 07:26:27 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-23 07:26:27 (UTC) |
commit | c1afd7a11c374573ad39a829567d05fb5a0453ce (patch) (unidiff) | |
tree | a44ee04fc4c74c9501d271c1edb6f1cb52a965f2 /kaddressbook/kabprefs.cpp | |
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 | |||
@@ -29,2 +29,3 @@ | |||
29 | #include <qfile.h> | 29 | #include <qfile.h> |
30 | #include <qregexp.h> | ||
30 | #include <stdlib.h> | 31 | #include <stdlib.h> |
@@ -39,2 +40,6 @@ | |||
39 | 40 | ||
41 | #ifdef DESKTOP_VERSION | ||
42 | #include <qapplication.h> | ||
43 | #endif | ||
44 | |||
40 | KABPrefs *KABPrefs::sInstance = 0; | 45 | KABPrefs *KABPrefs::sInstance = 0; |