summaryrefslogtreecommitdiffstats
path: root/konsole/konsole/TEWidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konsole/konsole/TEWidget.cpp')
-rw-r--r--konsole/konsole/TEWidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konsole/konsole/TEWidget.cpp b/konsole/konsole/TEWidget.cpp
index 32d9d9643..72c69e8c0 100644
--- a/konsole/konsole/TEWidget.cpp
+++ b/konsole/konsole/TEWidget.cpp
@@ -2206,7 +2206,7 @@ void TEWidget::dropEvent(TQDropEvent* event)
{
if (m_drop==0)
{
- m_drop = new KPopupMenu(this);
+ m_drop = new TDEPopupMenu(this);
m_drop->insertItem( i18n("Paste"), paste );
m_drop->insertSeparator();
m_drop->insertItem( "cd", cd );