diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:21:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:21:04 -0600 |
commit | d1e0cc99a202cef3306b90b8839a6726e89f201e (patch) | |
tree | a0d01a91644fd94aa6da5d8944e052b67461faad /tdersync/tdersync.h | |
parent | 3e3559f2d4f4c4ffa3caa0374928c8a12be29bf3 (diff) | |
download | tdelibs-d1e0cc99a202cef3306b90b8839a6726e89f201e.tar.gz tdelibs-d1e0cc99a202cef3306b90b8839a6726e89f201e.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'tdersync/tdersync.h')
-rw-r--r-- | tdersync/tdersync.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tdersync/tdersync.h b/tdersync/tdersync.h index 03d7c6190..ffb5cfd6f 100644 --- a/tdersync/tdersync.h +++ b/tdersync/tdersync.h @@ -54,19 +54,19 @@ #include <twin.h> #include <kurl.h> -#include <kaction.h> -#include <kpopupmenu.h> +#include <tdeaction.h> +#include <tdepopupmenu.h> #include <kmessagebox.h> #include <kiconloader.h> #include <kprogressbox.h> #include <kpassdlg.h> -#include <klistview.h> +#include <tdelistview.h> #include <kapplication.h> #include <tdeconfigdialog.h> #include <kdirlister.h> #include <kstandarddirs.h> -#include <klistviewsearchline.h> +#include <tdelistviewsearchline.h> #include <kiconviewsearchline.h> #include <kstaticdeleter.h> #include <kgenericfactory.h> |