diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/k9copy.cpp | 4 | ||||
-rw-r--r-- | src/k9main.cpp | 2 | ||||
-rw-r--r-- | src/k9main.h | 2 | ||||
-rw-r--r-- | src/k9mainw.cpp | 4 | ||||
-rw-r--r-- | src/k9mainw.ui | 2 | ||||
-rw-r--r-- | src/k9mainwsov.ui | 2 | ||||
-rw-r--r-- | src/k9prefauthor.cpp | 2 |
7 files changed, 9 insertions, 9 deletions
diff --git a/src/k9copy.cpp b/src/k9copy.cpp index 345480e..849ae96 100644 --- a/src/k9copy.cpp +++ b/src/k9copy.cpp @@ -17,8 +17,8 @@ #include "k9config.h" #include <tdeversion.h> #include <kstatusbar.h> -#include <kstdaccel.h> -#include <kaction.h> +#include <tdestdaccel.h> +#include <tdeaction.h> #include <kstdaction.h> #include <kdockwidget.h> #include <tdemdidefines.h> diff --git a/src/k9main.cpp b/src/k9main.cpp index 050ae52..e0037d8 100644 --- a/src/k9main.cpp +++ b/src/k9main.cpp @@ -33,7 +33,7 @@ #include "k9updatefactor.h" #include "k9haldevice.h" #include "k9titleencopt.h" -#include <kselect.h> +#include <tdeselect.h> #include <kcombobox.h> #include <tqtextbrowser.h> #include <tqapplication.h> diff --git a/src/k9main.h b/src/k9main.h index 9c131e6..c3d504a 100644 --- a/src/k9main.h +++ b/src/k9main.h @@ -21,7 +21,7 @@ #include <tqstring.h> #include <kmessagebox.h> #include <tqlistview.h> -#include <kmainwindow.h> +#include <tdemainwindow.h> #include <kaboutdata.h> #include <tqevent.h> #include <tdefiledialog.h> diff --git a/src/k9mainw.cpp b/src/k9mainw.cpp index 69aa8aa..575e1f9 100644 --- a/src/k9mainw.cpp +++ b/src/k9mainw.cpp @@ -12,7 +12,7 @@ #include <tqvariant.h> #include <tqpushbutton.h> #include <tqlabel.h> -#include <kselect.h> +#include <tdeselect.h> #include <tqheader.h> #include <tqlistview.h> #include <kcombobox.h> @@ -21,7 +21,7 @@ #include <tqlayout.h> #include <tqtooltip.h> #include <tqwhatsthis.h> -#include "kselect.h" +#include "tdeselect.h" #include "kcombobox.h" #include "klineedit.h" #include "kpushbutton.h" diff --git a/src/k9mainw.ui b/src/k9mainw.ui index 35ed354..582604e 100644 --- a/src/k9mainw.ui +++ b/src/k9mainw.ui @@ -418,7 +418,7 @@ </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> <includehints> - <includehint>kselect.h</includehint> + <includehint>tdeselect.h</includehint> <includehint>kcombobox.h</includehint> <includehint>klineedit.h</includehint> <includehint>kpushbutton.h</includehint> diff --git a/src/k9mainwsov.ui b/src/k9mainwsov.ui index 896bbad..5c906ec 100644 --- a/src/k9mainwsov.ui +++ b/src/k9mainwsov.ui @@ -417,7 +417,7 @@ <includehints> <includehint>kcombobox.h</includehint> <includehint>klineedit.h</includehint> - <includehint>kselect.h</includehint> + <includehint>tdeselect.h</includehint> <includehint>kpushbutton.h</includehint> <includehint>kpushbutton.h</includehint> </includehints> diff --git a/src/k9prefauthor.cpp b/src/k9prefauthor.cpp index 83ab84a..c35f0e8 100644 --- a/src/k9prefauthor.cpp +++ b/src/k9prefauthor.cpp @@ -15,7 +15,7 @@ #include <tqcombobox.h> #include <knuminput.h> #include <kcolorbutton.h> -#include <kfontdialog.h> +#include <tdefontdialog.h> k9prefAuthor::k9prefAuthor(TQWidget* parent, const char* name, WFlags fl) : prefAuthor(parent,name,fl) |