summaryrefslogtreecommitdiffstats
path: root/libkdcraw/test/raw2png.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkdcraw/test/raw2png.cpp')
-rw-r--r--libkdcraw/test/raw2png.cpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/libkdcraw/test/raw2png.cpp b/libkdcraw/test/raw2png.cpp
index 4828264..3c13555 100644
--- a/libkdcraw/test/raw2png.cpp
+++ b/libkdcraw/test/raw2png.cpp
@@ -28,17 +28,9 @@
// KDE includes.
-#include "tdeversion.h"
-
-#if KDE_IS_VERSION(4,0,0)
-#include "tqdebug.h"
-#define PRINT_DEBUG tqDebug()
-#define ENDL
-#else
-#include "kdebug.h"
+#include <kdebug.h>
#define PRINT_DEBUG kdDebug()
#define ENDL << endl
-#endif
// Local includes.