summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/mainactions.cpp
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-09-03 16:04:23 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-09-09 11:35:06 +0200
commitdf8b96f78728a2f64cb45103d9cd62a46bcce6d1 (patch)
treec7ea3cb5d013da7ba040511e95870bfcb00f9387 /kftpgrabber/src/mainactions.cpp
parentf152dc5a9f674972088366ff9f0bc68c1473546e (diff)
downloadkftpgrabber-df8b96f78728a2f64cb45103d9cd62a46bcce6d1.tar.gz
kftpgrabber-df8b96f78728a2f64cb45103d9cd62a46bcce6d1.zip
Conversion to the cmake building system.
Add a man page taken from the Debian packaging. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 2bc7596862c583eb4361aad66371faaa6db1c813)
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>