diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:17:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:17:45 -0600 |
commit | 9d63b7d4600a5822f26793062dd2eca819bcfb1d (patch) | |
tree | c12900de8906070044b2f2c068e4653113d98723 /krec | |
parent | df14b2948f55e2fccacbe4ae765463a57da35e2b (diff) | |
download | tdemultimedia-9d63b7d4600a5822f26793062dd2eca819bcfb1d.tar.gz tdemultimedia-9d63b7d4600a5822f26793062dd2eca819bcfb1d.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'krec')
-rw-r--r-- | krec/krecconfig_files.cpp | 2 | ||||
-rw-r--r-- | krec/krecconfig_fileswidget.cpp | 2 | ||||
-rw-r--r-- | krec/krecconfigure.cpp | 2 | ||||
-rw-r--r-- | krec/krecfile.cpp | 2 | ||||
-rw-r--r-- | krec/krecglobal.cpp | 2 | ||||
-rw-r--r-- | krec/krecord.cpp | 2 | ||||
-rw-r--r-- | krec/main.cpp | 6 |
7 files changed, 9 insertions, 9 deletions
diff --git a/krec/krecconfig_files.cpp b/krec/krecconfig_files.cpp index 36f7d3b3..9ad1f2fa 100644 --- a/krec/krecconfig_files.cpp +++ b/krec/krecconfig_files.cpp @@ -24,7 +24,7 @@ #include <tqlineedit.h> #include <tqhbox.h> #include <tqlabel.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <klocale.h> diff --git a/krec/krecconfig_fileswidget.cpp b/krec/krecconfig_fileswidget.cpp index 96340ed3..8eb4dda4 100644 --- a/krec/krecconfig_fileswidget.cpp +++ b/krec/krecconfig_fileswidget.cpp @@ -21,7 +21,7 @@ #include <tqradiobutton.h> #include <tqcheckbox.h> #include <tqlineedit.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <klocale.h> #include <tqlabel.h> diff --git a/krec/krecconfigure.cpp b/krec/krecconfigure.cpp index 5db92218..f08bf48c 100644 --- a/krec/krecconfigure.cpp +++ b/krec/krecconfigure.cpp @@ -25,7 +25,7 @@ #include <tqlineedit.h> #include <tqhbox.h> #include <tqlabel.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <klocale.h> #include <kmessagebox.h> diff --git a/krec/krecfile.cpp b/krec/krecfile.cpp index bee2f733..cfd2ef6b 100644 --- a/krec/krecfile.cpp +++ b/krec/krecfile.cpp @@ -19,7 +19,7 @@ #include "krecnewproperties.h" #include <kdebug.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <ktempdir.h> #include <ktempfile.h> #include <ktar.h> diff --git a/krec/krecglobal.cpp b/krec/krecglobal.cpp index 5ca06a6a..3c0191de 100644 --- a/krec/krecglobal.cpp +++ b/krec/krecglobal.cpp @@ -18,7 +18,7 @@ #include <tdeconfig.h> #include <tqwidget.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kstatusbar.h> #include <ktrader.h> diff --git a/krec/krecord.cpp b/krec/krecord.cpp index 30d029b6..955c8b89 100644 --- a/krec/krecord.cpp +++ b/krec/krecord.cpp @@ -29,7 +29,7 @@ #include <kmessagebox.h> #include <klocale.h> #include <kdebug.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeaction.h> #include <tdeconfig.h> #include <tqlayout.h> diff --git a/krec/main.cpp b/krec/main.cpp index 8613b209..75333177 100644 --- a/krec/main.cpp +++ b/krec/main.cpp @@ -15,9 +15,9 @@ // Should stay here because I use it for Start-/Stop-Info (see below) //#include <iostream> -#include <kapplication.h> -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> #include <klocale.h> #include "krecord.h" |