diff options
Diffstat (limited to 'src/settingsfileio.cpp')
-rw-r--r-- | src/settingsfileio.cpp | 26 |
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 |