summaryrefslogtreecommitdiffstats
path: root/src/kbibtex_part.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/kbibtex_part.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/kbibtex_part.cpp')
-rw-r--r--src/kbibtex_part.cpp42
1 files changed, 21 insertions, 21 deletions
diff --git a/src/kbibtex_part.cpp b/src/kbibtex_part.cpp
index e41ecb5..e655c58 100644
--- a/src/kbibtex_part.cpp
+++ b/src/kbibtex_part.cpp
@@ -20,18 +20,18 @@
#include <string>
#include <fcntl.h>
-#include <ntqstring.h>
-#include <ntqsplitter.h>
-#include <ntqtimer.h>
-#include <ntqvaluelist.h>
-#include <ntqlayout.h>
-#include <ntqlineedit.h>
-#include <ntqbuffer.h>
-#include <ntqtoolbutton.h>
-#include <ntqtabwidget.h>
-#include <ntqlabel.h>
-#include <ntqtextedit.h>
-#include <ntqclipboard.h>
+#include <tqstring.h>
+#include <tqsplitter.h>
+#include <tqtimer.h>
+#include <tqvaluelist.h>
+#include <tqlayout.h>
+#include <tqlineedit.h>
+#include <tqbuffer.h>
+#include <tqtoolbutton.h>
+#include <tqtabwidget.h>
+#include <tqlabel.h>
+#include <tqtextedit.h>
+#include <tqclipboard.h>
#include <kinstance.h>
#include <tdeaction.h>
#include <kstdaction.h>
@@ -59,15 +59,15 @@
#endif
#include <string.h>
-#include <entry.h>
-#include <documentlistviewitem.h>
-#include <documentlistview.h>
-#include <fileexporter.h>
-#include <fileexporterbibtex.h>
-#include <fileexporterxml.h>
-#include <fileexporterxslt.h>
-#include <settings.h>
-#include <encoderlatex.h>
+#include "entry.h"
+#include "documentlistviewitem.h"
+#include "documentlistview.h"
+#include "fileexporter.h"
+#include "fileexporterbibtex.h"
+#include "fileexporterxml.h"
+#include "fileexporterxslt.h"
+#include "settings.h"
+#include "encoderlatex.h"
#include "kbibtex_part.h"
const TQString inPipeFilename = TQDir::homeDirPath() + "/.kbibtex.in";