From f2dbd1ce884415122c848349bd63ce9f6bc9d074 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Nov 2011 00:16:13 -0600 Subject: Fix accidental conversion of dockwin --- kregexpeditor/auxbuttons.h | 2 +- kregexpeditor/regexpbuttons.h | 2 +- kregexpeditor/userdefinedregexps.h | 2 +- kregexpeditor/verifybuttons.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kregexpeditor') diff --git a/kregexpeditor/auxbuttons.h b/kregexpeditor/auxbuttons.h index ff3a09a..d16b7c7 100644 --- a/kregexpeditor/auxbuttons.h +++ b/kregexpeditor/auxbuttons.h @@ -18,7 +18,7 @@ #ifndef AUXBUTTONS_H #define AUXBUTTONS_H -#include +#include class TQComboBox; class TQLabel; class TQToolButton; diff --git a/kregexpeditor/regexpbuttons.h b/kregexpeditor/regexpbuttons.h index a058f65..5cdbba0 100644 --- a/kregexpeditor/regexpbuttons.h +++ b/kregexpeditor/regexpbuttons.h @@ -18,7 +18,7 @@ #ifndef __REGEXPBUTTONS_H #define __REGEXPBUTTONS_H -#include +#include #include "widgetfactory.h" class DoubleClickButton; class TQButtonGroup; diff --git a/kregexpeditor/userdefinedregexps.h b/kregexpeditor/userdefinedregexps.h index dbf3cb5..0b01b81 100644 --- a/kregexpeditor/userdefinedregexps.h +++ b/kregexpeditor/userdefinedregexps.h @@ -17,7 +17,7 @@ **/ #ifndef __USERDEFINEDREGEXPS_H #define __USERDEFINEDREGEXPS_H -#include +#include #include #include "compoundregexp.h" diff --git a/kregexpeditor/verifybuttons.h b/kregexpeditor/verifybuttons.h index 6012bdb..90629c0 100644 --- a/kregexpeditor/verifybuttons.h +++ b/kregexpeditor/verifybuttons.h @@ -18,7 +18,7 @@ #ifndef VERIFYBUTTONS_H #define VERIFYBUTTONS_H -#include +#include #include "regexpconverter.h" class TQToolButton; class TQLabel; -- cgit v1.2.3