diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:17:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:17:45 -0600 |
commit | 6b23c84fe51a08a5b6107a2fa44100e747424796 (patch) | |
tree | 9d1bab3454172bc65b8d91d35ad3ab38c5d2f8fd /kmouth | |
parent | 8d6262f12ea35c0a67dbbdadc732f9b640c19b07 (diff) | |
download | tdeaccessibility-6b23c84fe51a08a5b6107a2fa44100e747424796.tar.gz tdeaccessibility-6b23c84fe51a08a5b6107a2fa44100e747424796.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kmouth')
-rw-r--r-- | kmouth/configwizard.cpp | 2 | ||||
-rw-r--r-- | kmouth/kmouth.cpp | 2 | ||||
-rw-r--r-- | kmouth/kmouth.h | 6 | ||||
-rw-r--r-- | kmouth/phrasebook/phrasebook.cpp | 6 | ||||
-rw-r--r-- | kmouth/phrasebook/phrasebook.h | 2 | ||||
-rw-r--r-- | kmouth/phrasebook/phrasebookdialog.cpp | 6 | ||||
-rw-r--r-- | kmouth/phrasebook/phrasebookdialog.h | 2 | ||||
-rw-r--r-- | kmouth/phrasebook/phrasetree.cpp | 8 | ||||
-rw-r--r-- | kmouth/phrasebook/phrasetree.h | 4 | ||||
-rw-r--r-- | kmouth/phraselist.cpp | 2 | ||||
-rw-r--r-- | kmouth/phraselist.h | 2 | ||||
-rw-r--r-- | kmouth/wordcompletion/dictionarycreationwizard.cpp | 2 | ||||
-rw-r--r-- | kmouth/wordcompletion/wordcompletionui.ui | 2 | ||||
-rw-r--r-- | kmouth/wordcompletion/wordcompletionwidget.cpp | 2 |
14 files changed, 24 insertions, 24 deletions
diff --git a/kmouth/configwizard.cpp b/kmouth/configwizard.cpp index 9cb0b8b..ce1facf 100644 --- a/kmouth/configwizard.cpp +++ b/kmouth/configwizard.cpp @@ -19,7 +19,7 @@ #include "configwizard.h" #include <tqlayout.h> #include <tqlabel.h> -#include <klistview.h> +#include <tdelistview.h> #include <klocale.h> #include <kapplication.h> #include <kstandarddirs.h> diff --git a/kmouth/kmouth.cpp b/kmouth/kmouth.cpp index 2596e58..1350125 100644 --- a/kmouth/kmouth.cpp +++ b/kmouth/kmouth.cpp @@ -27,7 +27,7 @@ #include <tdeconfig.h> #include <kstdaction.h> #include <kprinter.h> -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <kstandarddirs.h> // application specific includes diff --git a/kmouth/kmouth.h b/kmouth/kmouth.h index 0ba6557..241e4e1 100644 --- a/kmouth/kmouth.h +++ b/kmouth/kmouth.h @@ -28,9 +28,9 @@ // include files for KDE #include <kapplication.h> -#include <kmainwindow.h> -#include <kaccel.h> -#include <kaction.h> +#include <tdemainwindow.h> +#include <tdeaccel.h> +#include <tdeaction.h> #include <kurl.h> // forward declaration of the KMouth classes diff --git a/kmouth/phrasebook/phrasebook.cpp b/kmouth/phrasebook/phrasebook.cpp index 33dd5dc..eb166ab 100644 --- a/kmouth/phrasebook/phrasebook.cpp +++ b/kmouth/phrasebook/phrasebook.cpp @@ -23,9 +23,9 @@ #include <tqptrstack.h> #include <klocale.h> -#include <kaction.h> -#include <kpopupmenu.h> -#include <ktoolbar.h> +#include <tdeaction.h> +#include <tdepopupmenu.h> +#include <tdetoolbar.h> #include <ktempfile.h> #include <tdeio/netaccess.h> #include <tdefiledialog.h> diff --git a/kmouth/phrasebook/phrasebook.h b/kmouth/phrasebook/phrasebook.h index d156be2..4fee8cc 100644 --- a/kmouth/phrasebook/phrasebook.h +++ b/kmouth/phrasebook/phrasebook.h @@ -22,7 +22,7 @@ #include <tqdragobject.h> #include <tqxml.h> -#include <kaction.h> +#include <tdeaction.h> #include <kprinter.h> class KURL; diff --git a/kmouth/phrasebook/phrasebookdialog.cpp b/kmouth/phrasebook/phrasebookdialog.cpp index 26f1d2d..97d5de7 100644 --- a/kmouth/phrasebook/phrasebookdialog.cpp +++ b/kmouth/phrasebook/phrasebookdialog.cpp @@ -30,11 +30,11 @@ #include <tqwhatsthis.h> // include files for KDE -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <klocale.h> -#include <kaction.h> +#include <tdeaction.h> #include <kapplication.h> -#include <klistview.h> +#include <tdelistview.h> #include <kiconloader.h> #include <kguiitem.h> #include <kmessagebox.h> diff --git a/kmouth/phrasebook/phrasebookdialog.h b/kmouth/phrasebook/phrasebookdialog.h index bacd7a9..0665281 100644 --- a/kmouth/phrasebook/phrasebookdialog.h +++ b/kmouth/phrasebook/phrasebookdialog.h @@ -23,7 +23,7 @@ #include <tqbuttongroup.h> #include <tqlabel.h> #include <tqlistview.h> -#include <kmainwindow.h> +#include <tdemainwindow.h> #include <klineedit.h> #include <kkeybutton.h> #include <kurl.h> diff --git a/kmouth/phrasebook/phrasetree.cpp b/kmouth/phrasebook/phrasetree.cpp index 0439c5e..665750d 100644 --- a/kmouth/phrasebook/phrasetree.cpp +++ b/kmouth/phrasebook/phrasetree.cpp @@ -17,10 +17,10 @@ #include <klocale.h> #include <tdeconfig.h> -#include <kaction.h> -#include <kstdaccel.h> -#include <kshortcutlist.h> -#include <kactionshortcutlist.h> +#include <tdeaction.h> +#include <tdestdaccel.h> +#include <tdeshortcutlist.h> +#include <tdeactionshortcutlist.h> #include <kiconloader.h> #include <kmessagebox.h> diff --git a/kmouth/phrasebook/phrasetree.h b/kmouth/phrasebook/phrasetree.h index 4016b54..a4936f4 100644 --- a/kmouth/phrasebook/phrasetree.h +++ b/kmouth/phrasebook/phrasetree.h @@ -19,8 +19,8 @@ #define PHRASETREE_H #include <tqpixmap.h> -#include <kshortcut.h> -#include <klistview.h> +#include <tdeshortcut.h> +#include <tdelistview.h> class PhraseBook; class PhraseShortcutRequest; diff --git a/kmouth/phraselist.cpp b/kmouth/phraselist.cpp index 945795b..1775c5a 100644 --- a/kmouth/phraselist.cpp +++ b/kmouth/phraselist.cpp @@ -24,7 +24,7 @@ #include <tqclipboard.h> // include files for KDE -#include <klistbox.h> +#include <tdelistbox.h> #include <klineedit.h> #include <kaudioplayer.h> #include <kcursor.h> diff --git a/kmouth/phraselist.h b/kmouth/phraselist.h index 7c95908..492082e 100644 --- a/kmouth/phraselist.h +++ b/kmouth/phraselist.h @@ -19,7 +19,7 @@ #define PHRASELIST_H // include files for KDE -#include <klistbox.h> +#include <tdelistbox.h> #include <klineedit.h> #include <kprinter.h> diff --git a/kmouth/wordcompletion/dictionarycreationwizard.cpp b/kmouth/wordcompletion/dictionarycreationwizard.cpp index 7adbb72..c89c9cf 100644 --- a/kmouth/wordcompletion/dictionarycreationwizard.cpp +++ b/kmouth/wordcompletion/dictionarycreationwizard.cpp @@ -24,7 +24,7 @@ #include <tqtextcodec.h> #include <tqwhatsthis.h> -#include <klistview.h> +#include <tdelistview.h> #include <klineedit.h> #include <kurlrequester.h> #include <klocale.h> diff --git a/kmouth/wordcompletion/wordcompletionui.ui b/kmouth/wordcompletion/wordcompletionui.ui index a41b3be..bc9cde5 100644 --- a/kmouth/wordcompletion/wordcompletionui.ui +++ b/kmouth/wordcompletion/wordcompletionui.ui @@ -287,7 +287,7 @@ <includehint>kpushbutton.h</includehint> <includehint>kpushbutton.h</includehint> <includehint>kpushbutton.h</includehint> - <includehint>klistview.h</includehint> + <includehint>tdelistview.h</includehint> <includehint>kinputdialog.h</includehint> </includehints> </UI> diff --git a/kmouth/wordcompletion/wordcompletionwidget.cpp b/kmouth/wordcompletion/wordcompletionwidget.cpp index 43179ac..a5d1b8f 100644 --- a/kmouth/wordcompletion/wordcompletionwidget.cpp +++ b/kmouth/wordcompletion/wordcompletionwidget.cpp @@ -20,7 +20,7 @@ #include <tqcheckbox.h> #include <tqlineedit.h> -#include <klistview.h> +#include <tdelistview.h> #include <klineedit.h> #include <kurlrequester.h> #include <klocale.h> |