diff options
Diffstat (limited to 'src/searchbar.cpp')
-rw-r--r-- | src/searchbar.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/searchbar.cpp b/src/searchbar.cpp index 9e958b2..2cf06b9 100644 --- a/src/searchbar.cpp +++ b/src/searchbar.cpp @@ -17,12 +17,12 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#include <ntqlineedit.h> -#include <ntqlayout.h> -#include <ntqlistbox.h> -#include <ntqtimer.h> -#include <ntqtooltip.h> -#include <ntqlabel.h> +#include <tqlineedit.h> +#include <tqlayout.h> +#include <tqlistbox.h> +#include <tqtimer.h> +#include <tqtooltip.h> +#include <tqlabel.h> #include <kcombobox.h> #include <kpushbutton.h> @@ -32,7 +32,7 @@ #include <kiconloader.h> #include <tdepopupmenu.h> -#include <settings.h> +#include "settings.h" #include "searchbar.h" namespace KBibTeX |