diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:21:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:21:55 -0600 |
commit | d318087925a540a204c9d3820d5a09fbda58b8b2 (patch) | |
tree | b8dde6aa5d6559b81c6667d8364a4364c27bcba4 /kmail/snippetwidget.cpp | |
parent | 6cc5f72b33f1d281de3e1bf809b1b5e77d5c96cf (diff) | |
download | tdepim-d318087925a540a204c9d3820d5a09fbda58b8b2.tar.gz tdepim-d318087925a540a204c9d3820d5a09fbda58b8b2.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kmail/snippetwidget.cpp')
-rw-r--r-- | kmail/snippetwidget.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kmail/snippetwidget.cpp b/kmail/snippetwidget.cpp index 601174cfd..c5ccdd9e6 100644 --- a/kmail/snippetwidget.cpp +++ b/kmail/snippetwidget.cpp @@ -16,14 +16,14 @@ #include <klocale.h> #include <tqlayout.h> #include <kpushbutton.h> -#include <klistview.h> +#include <tdelistview.h> #include <tqheader.h> #include <klineedit.h> #include <ktextedit.h> #include <kmessagebox.h> #include <tdeconfig.h> #include <tqtooltip.h> -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <tqregexp.h> #include <tqinputdialog.h> #include <tqlabel.h> @@ -34,8 +34,8 @@ #include <kcombobox.h> #include <kmedit.h> #include <kiconloader.h> -#include <kshortcut.h> -#include <kaction.h> +#include <tdeshortcut.h> +#include <tdeaction.h> #include <kkeybutton.h> #include "snippetdlg.h" |