summaryrefslogtreecommitdiffstats
path: root/kpacman/keys.h
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-08-19 14:10:00 +0200
committergregory guy <gregory-tde@laposte.net>2020-08-19 14:10:00 +0200
commit12bd04ac0f9ca9e0fba934f89a8a56465f1f2efb (patch)
treed7495aaaecadddc793d7f9ed6611cf839efbd659 /kpacman/keys.h
parent6dffeea0e5f9bd7784fada6e8add3918d017b10f (diff)
downloadtdepacman-12bd04ac0f9ca9e0fba934f89a8a56465f1f2efb.tar.gz
tdepacman-12bd04ac0f9ca9e0fba934f89a8a56465f1f2efb.zip
cleanup headers.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'kpacman/keys.h')
-rw-r--r--kpacman/keys.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/kpacman/keys.h b/kpacman/keys.h
index d7ba8ae..f1c822a 100644
--- a/kpacman/keys.h
+++ b/kpacman/keys.h
@@ -2,15 +2,14 @@
#define KEYS_H
#ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
#endif
#include <kapp.h>
-#include <ntqdialog.h>
-#include <ntqlabel.h>
-#include <ntqstring.h>
-
+#include <tqdialog.h>
+#include <tqlabel.h>
+#include <tqstring.h>
#include <tdeaccel.h>
class PKeys : public TQDialog