From 0df34ec5ddb92ce7e3bcbb4f0eb24e30955ba3a1 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sun, 11 Aug 2002 01:41:45 +0000 Subject: - Fixed setting of CFLAGS and CXXFLAGS: With --enable-debug, disable -O - Removed ccmalloc support. Now using valgrind - Added missing mainainer-clean-local targets - Fixed uninitialized array in IOwatch, reported by valgrind. - Fixed missing definition of LC_ALL if compiling without -O - Fixed invalid access to datapump thread (not yet created), reported by valgrind. - Fixed wrong parameters of QRegExp when using QT 3.x - Fixed KTar initialization which has changed in KDE 3.x --- kde2/kpsion/kpsion.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'kde2/kpsion/kpsion.h') diff --git a/kde2/kpsion/kpsion.h b/kde2/kpsion/kpsion.h index a3d5f71..00423e5 100644 --- a/kde2/kpsion/kpsion.h +++ b/kde2/kpsion/kpsion.h @@ -23,6 +23,9 @@ #ifndef _KPSION_H_ #define _KPSION_H_ +// get KDE_VERSION +#include + #include "setupdialog.h" #include "statusbarprogress.h" #include "kpsionrestoredialog.h" @@ -112,7 +115,11 @@ private: SetupDialog *setupDialog; KIconView *view; KPsionStatusBarProgress *progress; +#if KDE_VERSION >= 300 + KTar *backupTgz; +#else KTarGz *backupTgz; +#endif KCmdLineArgs *args; driveMap drives; -- cgit v1.2.3