summaryrefslogtreecommitdiffstats
path: root/src/settingsfileio.cpp
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2019-02-05 14:03:57 +0100
committergregory guy <g-gregory@gmx.fr>2019-02-05 14:03:57 +0100
commit6b2ab74c0be25cd58f76d5161b552868e173597c (patch)
tree15a3bc442853bed6cc2e1dba91f9dd899a98fa85 /src/settingsfileio.cpp
parentdf8cb58095ae30d126f12a5f147a53f432a7d8b7 (diff)
downloadkbibtex-6b2ab74c0be25cd58f76d5161b552868e173597c.tar.gz
kbibtex-6b2ab74c0be25cd58f76d5161b552868e173597c.zip
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'src/settingsfileio.cpp')
-rw-r--r--src/settingsfileio.cpp26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/settingsfileio.cpp b/src/settingsfileio.cpp
index 223937e..c148435 100644
--- a/src/settingsfileio.cpp
+++ b/src/settingsfileio.cpp
@@ -18,17 +18,17 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
-#include <ntqhbuttongroup.h>
-#include <ntqbuttongroup.h>
-#include <ntqpushbutton.h>
-#include <ntqlabel.h>
-#include <ntqcheckbox.h>
-#include <ntqtooltip.h>
-#include <ntqwhatsthis.h>
-#include <ntqcombobox.h>
-#include <ntqlayout.h>
-#include <ntqradiobutton.h>
-#include <ntqspinbox.h>
+#include <tqhbuttongroup.h>
+#include <tqbuttongroup.h>
+#include <tqpushbutton.h>
+#include <tqlabel.h>
+#include <tqcheckbox.h>
+#include <tqtooltip.h>
+#include <tqwhatsthis.h>
+#include <tqcombobox.h>
+#include <tqlayout.h>
+#include <tqradiobutton.h>
+#include <tqspinbox.h>
#include <tdelocale.h>
#include <kurl.h>
@@ -40,8 +40,8 @@
#include <kiconloader.h>
#include <kpushbutton.h>
-#include <settings.h>
-#include <file.h>
+#include "settings.h"
+#include "file.h"
#include "settingsfileio.h"
namespace KBibTeX