Rename common header files for consistency with class renaming

pull/1/head
Timothy Pearson 13 years ago
parent 1d9f3db184
commit 5d58fe4201

@ -20,7 +20,7 @@
#include "kdiff3plugin.h" #include "kdiff3plugin.h"
#include <kapplication.h> #include <tdeapplication.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <tdeaction.h> #include <tdeaction.h>
#include <klocale.h> #include <klocale.h>

@ -43,7 +43,7 @@
#include <klocale.h> #include <klocale.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kstdaction.h> #include <kstdaction.h>
#include <kcmdlineargs.h> #include <tdecmdlineargs.h>
#include <kprinter.h> #include <kprinter.h>
//#include <kkeydialog.h> //#include <kkeydialog.h>

@ -30,7 +30,7 @@
#include <tqscrollbar.h> #include <tqscrollbar.h>
// include files for KDE // include files for KDE
#include <kapplication.h> #include <tdeapplication.h>
#include <tdemainwindow.h> #include <tdemainwindow.h>
#include <tdeaccel.h> #include <tdeaccel.h>
#include <tdeaction.h> #include <tdeaction.h>

@ -251,7 +251,7 @@ bool KDiff3Part::saveFile()
// It's usually safe to leave the factory code alone.. with the // It's usually safe to leave the factory code alone.. with the
// notable exception of the TDEAboutData data // notable exception of the TDEAboutData data
#include <kaboutdata.h> #include <tdeaboutdata.h>
#include <klocale.h> #include <klocale.h>
TDEInstance* KDiff3PartFactory::s_instance = 0L; TDEInstance* KDiff3PartFactory::s_instance = 0L;

@ -24,7 +24,7 @@
#include <config.h> #include <config.h>
#endif #endif
#include <kapplication.h> #include <tdeapplication.h>
#include <tdeparts/mainwindow.h> #include <tdeparts/mainwindow.h>
class TDEToggleAction; class TDEToggleAction;

@ -15,8 +15,8 @@
* * * *
***************************************************************************/ ***************************************************************************/
#include <kcmdlineargs.h> #include <tdecmdlineargs.h>
#include <kaboutdata.h> #include <tdeaboutdata.h>
#include <klocale.h> #include <klocale.h>
#include "kdiff3_shell.h" #include "kdiff3_shell.h"
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -33,7 +33,7 @@
#include <tqvbuttongroup.h> #include <tqvbuttongroup.h>
#include <tqsettings.h> #include <tqsettings.h>
#include <kapplication.h> #include <tdeapplication.h>
#include <kcolorbtn.h> #include <kcolorbtn.h>
#include <tdefontdialog.h> // For TDEFontChooser #include <tdefontdialog.h> // For TDEFontChooser
#include <kiconloader.h> #include <kiconloader.h>

@ -32,7 +32,7 @@ class TDEConfig;
#include <kdialogbase.h> #include <kdialogbase.h>
#include <tqstringlist.h> #include <tqstringlist.h>
#include <list> #include <list>
#include <kcmdlineargs.h> #include <tdecmdlineargs.h>
class OptionItem; class OptionItem;
class OptionCheckBox; class OptionCheckBox;

Loading…
Cancel
Save