summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/mainactions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/mainactions.cpp')
-rw-r--r--kftpgrabber/src/mainactions.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/kftpgrabber/src/mainactions.cpp b/kftpgrabber/src/mainactions.cpp
index a00335a..b40c655 100644
--- a/kftpgrabber/src/mainactions.cpp
+++ b/kftpgrabber/src/mainactions.cpp
@@ -34,9 +34,11 @@
* files in the program, then also delete it here.
*/
-#include "mainactions.h"
-#include <config.h>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+#include "mainactions.h"
#include "misc.h"
#include "kftpapi.h"
#include "kftpqueue.h"
@@ -48,7 +50,7 @@
#include "widgets/browser/detailsview.h"
#include "widgets/browser/propsplugin.h"
-#include "misc/config.h"
+#include "misc/kftpconfig.h"
#include "misc/filter.h"
#include <tdemainwindow.h>