diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:16:15 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:16:15 -0600 |
commit | 2dec1ab21eff318618d755b0557a33a1d10af649 (patch) | |
tree | 1912fc3e551ab55dd591ae7c655e51b42db05983 /src/filelist.cpp | |
parent | 4955fd5009a6f4b615fec006c960c0ed99e3d9a7 (diff) | |
download | soundkonverter-2dec1ab21eff318618d755b0557a33a1d10af649.tar.gz soundkonverter-2dec1ab21eff318618d755b0557a33a1d10af649.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'src/filelist.cpp')
-rwxr-xr-x | src/filelist.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/filelist.cpp b/src/filelist.cpp index c99f203..a984fe1 100755 --- a/src/filelist.cpp +++ b/src/filelist.cpp @@ -11,9 +11,9 @@ #include "convertpluginloader.h" // NOTE DEBUG #include <klocale.h> -#include <kpopupmenu.h> -#include <kaction.h> -#include <kactioncollection.h> +#include <tdepopupmenu.h> +#include <tdeaction.h> +#include <tdeactioncollection.h> #include <kmimetype.h> #include <kurl.h> #include <kmountpoint.h> |