diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:21:47 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:21:47 -0600 |
commit | da47dd9fc60e6e0eecf609fb934eb0e2bd3ef3fb (patch) | |
tree | b42ba87fcdfa425a31e243a62d71e1de248b6ee8 /kopete/kopete/chatwindow/kopetechatwindow.cpp | |
parent | 4ed8d784e29102ed1659f4ccf71fcc6fb0dad5c8 (diff) | |
download | tdenetwork-da47dd9fc60e6e0eecf609fb934eb0e2bd3ef3fb.tar.gz tdenetwork-da47dd9fc60e6e0eecf609fb934eb0e2bd3ef3fb.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kopete/kopete/chatwindow/kopetechatwindow.cpp')
-rw-r--r-- | kopete/kopete/chatwindow/kopetechatwindow.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/kopete/chatwindow/kopetechatwindow.cpp b/kopete/kopete/chatwindow/kopetechatwindow.cpp index 5d1d2d11..105cf912 100644 --- a/kopete/kopete/chatwindow/kopetechatwindow.cpp +++ b/kopete/kopete/chatwindow/kopetechatwindow.cpp @@ -31,7 +31,7 @@ #include <klocale.h> #include <kmenubar.h> #include <tdeconfig.h> -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <kiconloader.h> #include <kdebug.h> #include <twin.h> @@ -45,7 +45,7 @@ #include <kdialog.h> #include <kstringhandler.h> #include <ksqueezedtextlabel.h> -#include <kstdaccel.h> +#include <tdestdaccel.h> #include <kglobalsettings.h> #include "chatmessagepart.h" @@ -64,7 +64,7 @@ #include "kopeteviewmanager.h" #include <tqtoolbutton.h> -#include <kactionclasses.h> +#include <tdeactionclasses.h> typedef TQMap<Kopete::Account*,KopeteChatWindow*> AccountMap; typedef TQMap<Kopete::Group*,KopeteChatWindow*> GroupMap; |