summaryrefslogtreecommitdiffstats
path: root/kpacman/status.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/status.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/status.h')
-rw-r--r--kpacman/status.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/kpacman/status.h b/kpacman/status.h
index 94fd09e..3059ddc 100644
--- a/kpacman/status.h
+++ b/kpacman/status.h
@@ -2,19 +2,18 @@
#define STATUS_H
#ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
#endif
#include <kapp.h>
-#include <tdeconfig.h>
-
-#include <ntqwidget.h>
-#include <ntqpixmap.h>
-#include <ntqstring.h>
-#include <ntqarray.h>
-#include <ntqstrlist.h>
-#include <ntqregexp.h>
+#include <tdeconfig.h>
+#include <tqwidget.h>
+#include <tqpixmap.h>
+#include <tqstring.h>
+#include <tqarray.h>
+#include <tqstrlist.h>
+#include <tqregexp.h>
class Status : public TQWidget
{