diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-07 23:17:53 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-08 11:40:07 +0900 |
| commit | 068bbc2bcf9e167af026c11f16dceb4ba81e46fc (patch) | |
| tree | fee1c2c7bd30680e36a1d70e98b06b209167c785 /kig/misc/coordinate_system.cpp | |
| parent | b4a9a4a5a86fe9a52e9916c2f32c1a77433293d8 (diff) | |
| download | tdeedu-068bbc2bcf9e167af026c11f16dceb4ba81e46fc.tar.gz tdeedu-068bbc2bcf9e167af026c11f16dceb4ba81e46fc.zip | |
Remove use of KDE_IS_VERSION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kig/misc/coordinate_system.cpp')
| -rw-r--r-- | kig/misc/coordinate_system.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kig/misc/coordinate_system.cpp b/kig/misc/coordinate_system.cpp index 194a008f..bdd3f1da 100644 --- a/kig/misc/coordinate_system.cpp +++ b/kig/misc/coordinate_system.cpp @@ -43,11 +43,7 @@ class CoordinateValidator : public TQValidator { bool mpolar; -#ifdef KIG_USE_KDOUBLEVALIDATOR KDoubleValidator mdv; -#else - KFloatValidator mdv; -#endif mutable TQRegExp mre; public: CoordinateValidator( bool polar ); |
