diff options
Diffstat (limited to 'src/entrywidgetmisc.cpp')
-rw-r--r-- | src/entrywidgetmisc.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/entrywidgetmisc.cpp b/src/entrywidgetmisc.cpp index fe1b757..fce1563 100644 --- a/src/entrywidgetmisc.cpp +++ b/src/entrywidgetmisc.cpp @@ -17,15 +17,15 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#include <ntqlayout.h> -#include <ntqlabel.h> +#include <tqlayout.h> +#include <tqlabel.h> #include <kdialog.h> #include <tdelocale.h> -#include <fieldlineedit.h> -#include <value.h> -#include <entryfield.h> +#include "fieldlineedit.h" +#include "value.h" +#include "entryfield.h" #include "entrywidgetmisc.h" namespace KBibTeX |