diff options
Diffstat (limited to 'src/fieldlineedit.cpp')
-rw-r--r-- | src/fieldlineedit.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/fieldlineedit.cpp b/src/fieldlineedit.cpp index 02d39f2..910ea12 100644 --- a/src/fieldlineedit.cpp +++ b/src/fieldlineedit.cpp @@ -17,22 +17,22 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#include <ntqpushbutton.h> -#include <ntqlayout.h> -#include <ntqtooltip.h> -#include <ntqwhatsthis.h> -#include <ntqtextedit.h> +#include <tqpushbutton.h> +#include <tqlayout.h> +#include <tqtooltip.h> +#include <tqwhatsthis.h> +#include <tqtextedit.h> #include <kdialog.h> #include <tdelocale.h> #include <kiconloader.h> #include <klineedit.h> -#include <element.h> -#include <entry.h> -#include <settings.h> -#include <value.h> -#include <valuewidget.h> +#include "element.h" +#include "entry.h" +#include "settings.h" +#include "value.h" +#include "valuewidget.h" #include "fieldlineedit.h" namespace KBibTeX |