summaryrefslogtreecommitdiffstats
path: root/kpacman/status.h
diff options
context:
space:
mode:
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
{