diff options
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; |