diff options
Diffstat (limited to 'kregexpeditor')
-rw-r--r-- | kregexpeditor/infopage.cpp | 2 | ||||
-rw-r--r-- | kregexpeditor/kregexpeditorgui.cpp | 2 | ||||
-rw-r--r-- | kregexpeditor/main.cpp | 6 | ||||
-rw-r--r-- | kregexpeditor/test-without-dl/main.cpp | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/kregexpeditor/infopage.cpp b/kregexpeditor/infopage.cpp index bd192e2..558f00c 100644 --- a/kregexpeditor/infopage.cpp +++ b/kregexpeditor/infopage.cpp @@ -19,7 +19,7 @@ #include "compat.h" #else #include <klocale.h> - #include <kapplication.h> + #include <tdeapplication.h> #endif #include "infopage.h" diff --git a/kregexpeditor/kregexpeditorgui.cpp b/kregexpeditor/kregexpeditorgui.cpp index 0dae863..d604e79 100644 --- a/kregexpeditor/kregexpeditorgui.cpp +++ b/kregexpeditor/kregexpeditorgui.cpp @@ -21,7 +21,7 @@ #else #include <klocale.h> #include <kgenericfactory.h> - #include <kapplication.h> + #include <tdeapplication.h> #include "kregexpeditorgui.moc" #endif diff --git a/kregexpeditor/main.cpp b/kregexpeditor/main.cpp index 48b4a0a..20eb040 100644 --- a/kregexpeditor/main.cpp +++ b/kregexpeditor/main.cpp @@ -20,9 +20,9 @@ #include "compat.h" #include <tqapplication.h> #else - #include <kaboutdata.h> - #include <kapplication.h> - #include <kcmdlineargs.h> + #include <tdeaboutdata.h> + #include <tdeapplication.h> + #include <tdecmdlineargs.h> #include <klocale.h> #include <kpushbutton.h> #endif diff --git a/kregexpeditor/test-without-dl/main.cpp b/kregexpeditor/test-without-dl/main.cpp index a0c0c00..3235b40 100644 --- a/kregexpeditor/test-without-dl/main.cpp +++ b/kregexpeditor/test-without-dl/main.cpp @@ -15,8 +15,8 @@ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. **/ -#include <kapplication.h> -#include <kcmdlineargs.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> #include <tqfile.h> #include "../kregexpeditorgui.h" class ShootABug :public TQObject |