diff options
author | gregory guy <g-gregory@gmx.fr> | 2019-02-05 14:03:57 +0100 |
---|---|---|
committer | gregory guy <g-gregory@gmx.fr> | 2019-02-05 14:03:57 +0100 |
commit | 6b2ab74c0be25cd58f76d5161b552868e173597c (patch) | |
tree | 15a3bc442853bed6cc2e1dba91f9dd899a98fa85 /src/idsuggestionswidget.cpp | |
parent | df8cb58095ae30d126f12a5f147a53f432a7d8b7 (diff) | |
download | kbibtex-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/idsuggestionswidget.cpp')
-rw-r--r-- | src/idsuggestionswidget.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/idsuggestionswidget.cpp b/src/idsuggestionswidget.cpp index e42dc54..ee7f123 100644 --- a/src/idsuggestionswidget.cpp +++ b/src/idsuggestionswidget.cpp @@ -17,12 +17,12 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#include <ntqlayout.h> -#include <ntqspinbox.h> -#include <ntqlabel.h> -#include <ntqcheckbox.h> -#include <ntqobjectlist.h> -#include <ntqscrollview.h> +#include <tqlayout.h> +#include <tqspinbox.h> +#include <tqlabel.h> +#include <tqcheckbox.h> +#include <tqobjectlist.h> +#include <tqscrollview.h> #include <tdeglobalsettings.h> #include <klineedit.h> @@ -33,9 +33,9 @@ #include <kiconloader.h> #include <tdelocale.h> -#include <idsuggestions.h> -#include <fileimporter.h> -#include <fileimporterbibtex.h> +#include "idsuggestions.h" +#include "fileimporter.h" +#include "fileimporterbibtex.h" #include "idsuggestionswidget.h" #define min(a,b) ((a)>(b)?(b):(a)) |