summaryrefslogtreecommitdiffstats
path: root/ksirc/toplevel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/toplevel.cpp')
-rw-r--r--ksirc/toplevel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksirc/toplevel.cpp b/ksirc/toplevel.cpp
index a6b7518d..e2530cc9 100644
--- a/ksirc/toplevel.cpp
+++ b/ksirc/toplevel.cpp
@@ -64,7 +64,7 @@
#include <kdebug.h>
#include <twin.h>
#include <knotifyclient.h>
-#include <kpopupmenu.h>
+#include <tdepopupmenu.h>
#include <kmessagebox.h>
#include <klocale.h>
#include <tdefiledialog.h>
@@ -72,7 +72,7 @@
#include <tdeio/netaccess.h>
#include <kstatusbar.h>
#include <kstdaction.h>
-#include <kaction.h>
+#include <tdeaction.h>
#include <kcharsets.h>
#include <kglobalsettings.h>
#include <kstdguiitem.h>
@@ -1286,7 +1286,7 @@ void KSircTopLevel::control_message(int command, TQString str)
}
setName(m_channelInfo.server().utf8() + "_" + m_channelInfo.channel().utf8() + "_" + "toplevel");
pan->setName(TQCString(TQT_TQOBJECT(this)->name()) + "_" + TQSPLITTER_OBJECT_NAME_STRING);
- kmenu->setName(TQCString(TQT_TQOBJECT(this)->name()) + "_ktoolframe");
+ kmenu->setName(TQCString(TQT_TQOBJECT(this)->name()) + "_tdetoolframe");
linee->setName(TQCString(TQT_TQOBJECT(this)->name()) + "_" + "LineEnter");
kmenu->show();
setCaption(m_channelInfo.channel());