diff options
-rw-r--r-- | krename/ProgressDialog.cpp | 4 | ||||
-rw-r--r-- | krename/commandplugin.cpp | 2 | ||||
-rw-r--r-- | krename/fileplugin.cpp | 2 | ||||
-rw-r--r-- | krename/helpdialog.cpp | 2 | ||||
-rw-r--r-- | krename/kmylistbox.h | 2 | ||||
-rw-r--r-- | krename/kmylistview.cpp | 2 | ||||
-rw-r--r-- | krename/kmylistview.h | 2 | ||||
-rw-r--r-- | krename/krenameimpl.cpp | 4 | ||||
-rw-r--r-- | krename/profiledlg.cpp | 2 | ||||
-rw-r--r-- | krename/replacedialog.cpp | 2 |
10 files changed, 12 insertions, 12 deletions
diff --git a/krename/ProgressDialog.cpp b/krename/ProgressDialog.cpp index c390fe3..538ba50 100644 --- a/krename/ProgressDialog.cpp +++ b/krename/ProgressDialog.cpp @@ -24,9 +24,9 @@ // KDE includes #include <kapplication.h> #include <kiconloader.h> -#include <klistview.h> +#include <tdelistview.h> #include <klocale.h> -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <kpushbutton.h> #include <krun.h> diff --git a/krename/commandplugin.cpp b/krename/commandplugin.cpp index e178ca2..81da8bd 100644 --- a/krename/commandplugin.cpp +++ b/krename/commandplugin.cpp @@ -28,7 +28,7 @@ #include <kiconloader.h> #include <klocale.h> #include <klineedit.h> -#include <klistbox.h> +#include <tdelistbox.h> #include <kmessagebox.h> #include <kpushbutton.h> #include <kprocess.h> diff --git a/krename/fileplugin.cpp b/krename/fileplugin.cpp index 62943ba..7c3dded 100644 --- a/krename/fileplugin.cpp +++ b/krename/fileplugin.cpp @@ -27,7 +27,7 @@ #include <kapplication.h> #include <tdefilemetainfo.h> #include <klineedit.h> -#include <klistbox.h> +#include <tdelistbox.h> #include <klocale.h> #include <kiconloader.h> #include <kpushbutton.h> diff --git a/krename/helpdialog.cpp b/krename/helpdialog.cpp index e735b65..4bcb46c 100644 --- a/krename/helpdialog.cpp +++ b/krename/helpdialog.cpp @@ -24,7 +24,7 @@ // KDE includes #include <klocale.h> -#include <klistview.h> +#include <tdelistview.h> #include <kpushbutton.h> #include <kstdguiitem.h> diff --git a/krename/kmylistbox.h b/krename/kmylistbox.h index 99b9801..ccb584f 100644 --- a/krename/kmylistbox.h +++ b/krename/kmylistbox.h @@ -19,7 +19,7 @@ #define KMYLISTBOX_H // KDE includes -#include <klistbox.h> +#include <tdelistbox.h> #include <kurl.h> #include <tdefileitem.h> diff --git a/krename/kmylistview.cpp b/krename/kmylistview.cpp index 885a494..6cf6bd0 100644 --- a/krename/kmylistview.cpp +++ b/krename/kmylistview.cpp @@ -21,7 +21,7 @@ // KDE includes #include <kiconloader.h> #include <klocale.h> -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <krun.h> KMyListView::KMyListView( TQValueList<manualchanges>* _changes, KMyListBox* _list, TQWidget* parent, const char* name ) diff --git a/krename/kmylistview.h b/krename/kmylistview.h index c533ae8..c16c46f 100644 --- a/krename/kmylistview.h +++ b/krename/kmylistview.h @@ -20,7 +20,7 @@ #include "batchrenamer.h" #include "kmylistbox.h" -#include <klistview.h> +#include <tdelistview.h> #include <tqvaluelist.h> class TQMouseEvent; diff --git a/krename/krenameimpl.cpp b/krename/krenameimpl.cpp index 0163fd02..da8334a 100644 --- a/krename/krenameimpl.cpp +++ b/krename/krenameimpl.cpp @@ -40,7 +40,7 @@ #include <dcopclient.h> #include <kaboutapplication.h> #include <kapplication.h> -#include <kaction.h> +#include <tdeaction.h> #include <kcmdlineargs.h> #include <kdirselectdialog.h> #include <tdefiledialog.h> @@ -49,7 +49,7 @@ #include <kiconloader.h> #include <kmessagebox.h> #include <kmenubar.h> -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <kurlrequester.h> #include <ktempfile.h> #include <klocale.h> diff --git a/krename/profiledlg.cpp b/krename/profiledlg.cpp index 0d6b0d5..eb4daf3 100644 --- a/krename/profiledlg.cpp +++ b/krename/profiledlg.cpp @@ -26,7 +26,7 @@ #include <tdeconfig.h> #include <kiconloader.h> #include <kinputdialog.h> -#include <klistbox.h> +#include <tdelistbox.h> #include <klocale.h> #include <kmessagebox.h> #include <kpushbutton.h> diff --git a/krename/replacedialog.cpp b/krename/replacedialog.cpp index a58fbc5..efffcc6 100644 --- a/krename/replacedialog.cpp +++ b/krename/replacedialog.cpp @@ -29,7 +29,7 @@ #include <kapplication.h> #include <tdeconfig.h> #include <klocale.h> -#include <klistview.h> +#include <tdelistview.h> #include <kmessagebox.h> #include <tdeparts/componentfactory.h> #include <kpushbutton.h> |