blob: c35a50c5bfe82fa2caca30bac78d73f8b243ced5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Index: kpager.cpp
===================================================================
RCS file: /home/kde/kdebase/kpager/kpager.cpp,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- kpager/kpager.cpp 21 Oct 2002 16:44:34 -0000 1.48
+++ kpager/kpager.cpp 30 Jan 2003 04:00:47 -0000 1.49
@@ -34,11 +34,8 @@
* 2 = Every window is painted transparent (default)
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
+#include "config.h"
#include "kpager.h"
#include <qintdict.h>
|