diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 22:00:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 22:00:04 -0600 |
commit | 783715b853042d24841e3e888051f3a184e78a40 (patch) | |
tree | 33ce107e439bb622368ba17b8a2a6485ef28e3b5 /kregexpeditor | |
parent | 980088ed866120f458c10c1ec64295e84ad8ba82 (diff) | |
download | tdeutils-783715b853042d24841e3e888051f3a184e78a40.tar.gz tdeutils-783715b853042d24841e3e888051f3a184e78a40.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kregexpeditor')
29 files changed, 41 insertions, 41 deletions
diff --git a/kregexpeditor/KMultiFormListBox/ccp.cpp b/kregexpeditor/KMultiFormListBox/ccp.cpp index 8197d2c..078ee7f 100644 --- a/kregexpeditor/KMultiFormListBox/ccp.cpp +++ b/kregexpeditor/KMultiFormListBox/ccp.cpp @@ -26,7 +26,7 @@ #ifdef TQT_ONLY #include "compat.h" #else - #include <klocale.h> + #include <tdelocale.h> #endif CCP::CCP(KMultiFormListBoxMultiVisible *ee_, KMultiFormListBoxEntry *eee_) : TQObject() { diff --git a/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-multivisible.cpp b/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-multivisible.cpp index 5c67526..09c5052 100644 --- a/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-multivisible.cpp +++ b/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-multivisible.cpp @@ -20,7 +20,7 @@ #include "compat.h" #include <tqmessagebox.h> #else - #include <kmessagebox.h> + #include <tdemessagebox.h> #include "tdemultiformlistbox-multivisible.moc" #endif diff --git a/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.cpp b/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.cpp index 29f2ea3..f39c9e9 100644 --- a/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.cpp +++ b/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.cpp @@ -18,7 +18,7 @@ #ifdef TQT_ONLY #include "compat.h" #else - #include <kmessagebox.h> + #include <tdemessagebox.h> #include <kpushbutton.h> #include <kstdguiitem.h> #include "tdemultiformlistbox-windowed.moc" diff --git a/kregexpeditor/KMultiFormListBox/tdemultiformlistbox.h b/kregexpeditor/KMultiFormListBox/tdemultiformlistbox.h index 1151581..1918625 100644 --- a/kregexpeditor/KMultiFormListBox/tdemultiformlistbox.h +++ b/kregexpeditor/KMultiFormListBox/tdemultiformlistbox.h @@ -28,7 +28,7 @@ #ifdef TQT_ONLY #include "compat.h" #else - #include <klocale.h> + #include <tdelocale.h> #endif class TQDataStream; diff --git a/kregexpeditor/altnwidget.cpp b/kregexpeditor/altnwidget.cpp index f34c8c5..3196288 100644 --- a/kregexpeditor/altnwidget.cpp +++ b/kregexpeditor/altnwidget.cpp @@ -18,8 +18,8 @@ #ifdef TQT_ONLY #include "compat.h" #else - #include <klocale.h> - #include <kmessagebox.h> + #include <tdelocale.h> + #include <tdemessagebox.h> #endif #include "altnwidget.h" diff --git a/kregexpeditor/auxbuttons.cpp b/kregexpeditor/auxbuttons.cpp index e276acf..e47abfa 100644 --- a/kregexpeditor/auxbuttons.cpp +++ b/kregexpeditor/auxbuttons.cpp @@ -22,7 +22,7 @@ #else #include "auxbuttons.moc" #include <kiconloader.h> - #include <klocale.h> + #include <tdelocale.h> #endif #include "auxbuttons.h" diff --git a/kregexpeditor/charselector.cpp b/kregexpeditor/charselector.cpp index 4eb9ada..5574c0f 100644 --- a/kregexpeditor/charselector.cpp +++ b/kregexpeditor/charselector.cpp @@ -19,7 +19,7 @@ #ifdef TQT_ONLY #include "compat.h" #else -#include <klocale.h> +#include <tdelocale.h> #include "charselector.moc" #endif diff --git a/kregexpeditor/compoundregexp.cpp b/kregexpeditor/compoundregexp.cpp index 150ee97..ae7bab9 100644 --- a/kregexpeditor/compoundregexp.cpp +++ b/kregexpeditor/compoundregexp.cpp @@ -19,7 +19,7 @@ #ifdef TQT_ONLY #include "compat.h" #else - #include <klocale.h> + #include <tdelocale.h> #endif #include "compoundregexp.h" diff --git a/kregexpeditor/compoundwidget.cpp b/kregexpeditor/compoundwidget.cpp index e19e3aa..98f3975 100644 --- a/kregexpeditor/compoundwidget.cpp +++ b/kregexpeditor/compoundwidget.cpp @@ -19,7 +19,7 @@ #include "compat.h" #include "images.h" #else - #include <klocale.h> + #include <tdelocale.h> #include <kdialogbase.h> #include <kiconloader.h> #include "compoundwidget.moc" diff --git a/kregexpeditor/editorwindow.cpp b/kregexpeditor/editorwindow.cpp index e6a92e7..1b43041 100644 --- a/kregexpeditor/editorwindow.cpp +++ b/kregexpeditor/editorwindow.cpp @@ -20,8 +20,8 @@ #include "compat.h" #include "images.h" #else - #include <klocale.h> - #include <kmessagebox.h> + #include <tdelocale.h> + #include <tdemessagebox.h> // #include <tdefiledialog.h> #include <kstandarddirs.h> #include <kiconloader.h> diff --git a/kregexpeditor/emacsregexpconverter.cpp b/kregexpeditor/emacsregexpconverter.cpp index 491e989..316cf7c 100644 --- a/kregexpeditor/emacsregexpconverter.cpp +++ b/kregexpeditor/emacsregexpconverter.cpp @@ -28,8 +28,8 @@ #include "positionregexp.h" #include "repeatregexp.h" -#include <kmessagebox.h> -#include <klocale.h> +#include <tdemessagebox.h> +#include <tdelocale.h> bool EmacsRegExpConverter::canParse() { return false; diff --git a/kregexpeditor/errormap.cpp b/kregexpeditor/errormap.cpp index 65ca557..68b8de9 100644 --- a/kregexpeditor/errormap.cpp +++ b/kregexpeditor/errormap.cpp @@ -19,8 +19,8 @@ #ifdef TQT_ONLY #include "compat.h" #else - #include <kmessagebox.h> - #include <klocale.h> + #include <tdemessagebox.h> + #include <tdelocale.h> #endif #include "errormap.h" diff --git a/kregexpeditor/gen_qregexpparser.cc b/kregexpeditor/gen_qregexpparser.cc index f72775b..377f549 100644 --- a/kregexpeditor/gen_qregexpparser.cc +++ b/kregexpeditor/gen_qregexpparser.cc @@ -103,8 +103,8 @@ #ifdef TQT_ONLY #include "compat.h" #else - #include <klocale.h> - #include <kmessagebox.h> + #include <tdelocale.h> + #include <tdemessagebox.h> #endif #include <tqstring.h> diff --git a/kregexpeditor/infopage.cpp b/kregexpeditor/infopage.cpp index 558f00c..0afa3ea 100644 --- a/kregexpeditor/infopage.cpp +++ b/kregexpeditor/infopage.cpp @@ -18,7 +18,7 @@ #ifdef TQT_ONLY #include "compat.h" #else - #include <klocale.h> + #include <tdelocale.h> #include <tdeapplication.h> #endif diff --git a/kregexpeditor/kregexpeditorgui.cpp b/kregexpeditor/kregexpeditorgui.cpp index d604e79..46fc452 100644 --- a/kregexpeditor/kregexpeditorgui.cpp +++ b/kregexpeditor/kregexpeditorgui.cpp @@ -19,7 +19,7 @@ #ifdef TQT_ONLY #include "compat.h" #else - #include <klocale.h> + #include <tdelocale.h> #include <kgenericfactory.h> #include <tdeapplication.h> #include "kregexpeditorgui.moc" diff --git a/kregexpeditor/kregexpeditorprivate.cpp b/kregexpeditor/kregexpeditorprivate.cpp index 147e348..04ae00a 100644 --- a/kregexpeditor/kregexpeditorprivate.cpp +++ b/kregexpeditor/kregexpeditorprivate.cpp @@ -19,10 +19,10 @@ #ifdef TQT_ONLY #include "compat.h" #else - #include <klocale.h> + #include <tdelocale.h> #include <kiconloader.h> #include <kstandarddirs.h> - #include <kmessagebox.h> + #include <tdemessagebox.h> #include "kregexpeditorprivate.moc" #endif diff --git a/kregexpeditor/lookaheadwidget.cpp b/kregexpeditor/lookaheadwidget.cpp index 5ae0b9d..c45268e 100644 --- a/kregexpeditor/lookaheadwidget.cpp +++ b/kregexpeditor/lookaheadwidget.cpp @@ -19,7 +19,7 @@ #ifdef TQT_ONLY #include "compat.h" #else - #include <klocale.h> + #include <tdelocale.h> #include "lookaheadwidget.moc" #endif diff --git a/kregexpeditor/main.cpp b/kregexpeditor/main.cpp index 20eb040..728bb19 100644 --- a/kregexpeditor/main.cpp +++ b/kregexpeditor/main.cpp @@ -23,7 +23,7 @@ #include <tdeaboutdata.h> #include <tdeapplication.h> #include <tdecmdlineargs.h> - #include <klocale.h> + #include <tdelocale.h> #include <kpushbutton.h> #endif diff --git a/kregexpeditor/qregexpparser.y b/kregexpeditor/qregexpparser.y index 080dc2c..868c1dd 100644 --- a/kregexpeditor/qregexpparser.y +++ b/kregexpeditor/qregexpparser.y @@ -19,8 +19,8 @@ #ifdef QT_ONLY #include "compat.h" #else - #include <klocale.h> - #include <kmessagebox.h> + #include <tdelocale.h> + #include <tdemessagebox.h> #endif #include <qstring.h> diff --git a/kregexpeditor/regexpbuttons.cpp b/kregexpeditor/regexpbuttons.cpp index 62500c8..a6bb121 100644 --- a/kregexpeditor/regexpbuttons.cpp +++ b/kregexpeditor/regexpbuttons.cpp @@ -20,7 +20,7 @@ #include "images.h" #else #include <kiconloader.h> - #include <klocale.h> + #include <tdelocale.h> #include <kstandarddirs.h> #include "regexpbuttons.moc" #endif diff --git a/kregexpeditor/repeatregexp.cpp b/kregexpeditor/repeatregexp.cpp index 92b5ac8..931b61f 100644 --- a/kregexpeditor/repeatregexp.cpp +++ b/kregexpeditor/repeatregexp.cpp @@ -18,8 +18,8 @@ #ifdef TQT_ONLY #include "compat.h" #else - #include "kmessagebox.h" - #include <klocale.h> + #include "tdemessagebox.h" + #include <tdelocale.h> #endif #include "repeatregexp.h" diff --git a/kregexpeditor/repeatwidget.cpp b/kregexpeditor/repeatwidget.cpp index e934122..085c36b 100644 --- a/kregexpeditor/repeatwidget.cpp +++ b/kregexpeditor/repeatwidget.cpp @@ -18,7 +18,7 @@ #ifdef TQT_ONLY #include "compat.h" #else - #include <klocale.h> + #include <tdelocale.h> #include <kdialogbase.h> #include "repeatwidget.moc" #endif diff --git a/kregexpeditor/textrangeregexp.cpp b/kregexpeditor/textrangeregexp.cpp index 0a92073..fe572cc 100644 --- a/kregexpeditor/textrangeregexp.cpp +++ b/kregexpeditor/textrangeregexp.cpp @@ -18,8 +18,8 @@ #ifdef TQT_ONLY #include "compat.h" #else - #include <klocale.h> - #include <kmessagebox.h> + #include <tdelocale.h> + #include <tdemessagebox.h> #endif #include "textrangeregexp.h" diff --git a/kregexpeditor/textregexp.cpp b/kregexpeditor/textregexp.cpp index c31f9ac..ffcc14b 100644 --- a/kregexpeditor/textregexp.cpp +++ b/kregexpeditor/textregexp.cpp @@ -18,8 +18,8 @@ #ifdef TQT_ONLY #include "compat.h" #else - #include <kmessagebox.h> - #include <klocale.h> + #include <tdemessagebox.h> + #include <tdelocale.h> #endif #include "textregexp.h" diff --git a/kregexpeditor/userdefinedregexps.cpp b/kregexpeditor/userdefinedregexps.cpp index 16f191f..e6d83aa 100644 --- a/kregexpeditor/userdefinedregexps.cpp +++ b/kregexpeditor/userdefinedregexps.cpp @@ -19,8 +19,8 @@ #include "compat.h" #else #include <klineeditdlg.h> - #include <klocale.h> - #include <kmessagebox.h> + #include <tdelocale.h> + #include <tdemessagebox.h> #include <kstandarddirs.h> #include <kdebug.h> #include "userdefinedregexps.moc" diff --git a/kregexpeditor/verifier.cpp b/kregexpeditor/verifier.cpp index 23198be..81e7ffe 100644 --- a/kregexpeditor/verifier.cpp +++ b/kregexpeditor/verifier.cpp @@ -18,7 +18,7 @@ #ifdef TQT_ONLY #include "compat.h" #else - #include <klocale.h> + #include <tdelocale.h> #include "verifier.moc" #endif diff --git a/kregexpeditor/verifybuttons.cpp b/kregexpeditor/verifybuttons.cpp index ed47b7c..5f60e0b 100644 --- a/kregexpeditor/verifybuttons.cpp +++ b/kregexpeditor/verifybuttons.cpp @@ -20,12 +20,12 @@ #include <tqfiledialog.h> #include "images.h" #else -#include <klocale.h> +#include <tdelocale.h> #include "verifybuttons.moc" #include <kstandarddirs.h> #include <tdefiledialog.h> #include <kiconloader.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #endif #include "verifybuttons.h" diff --git a/kregexpeditor/widgetfactory.cpp b/kregexpeditor/widgetfactory.cpp index 43a1008..d42e7fe 100644 --- a/kregexpeditor/widgetfactory.cpp +++ b/kregexpeditor/widgetfactory.cpp @@ -18,7 +18,7 @@ #ifdef TQT_ONLY #include "compat.h" #else - #include <kmessagebox.h> + #include <tdemessagebox.h> #endif #include "widgetfactory.h" diff --git a/kregexpeditor/zerowidgets.cpp b/kregexpeditor/zerowidgets.cpp index c403dce..c2a19ef 100644 --- a/kregexpeditor/zerowidgets.cpp +++ b/kregexpeditor/zerowidgets.cpp @@ -19,7 +19,7 @@ #ifdef TQT_ONLY #include "compat.h" #else - #include <klocale.h> + #include <tdelocale.h> #endif #include "zerowidgets.h" |