diff options
Diffstat (limited to 'kpf/src/AppletItem.cpp')
-rw-r--r-- | kpf/src/AppletItem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpf/src/AppletItem.cpp b/kpf/src/AppletItem.cpp index 489b2036..6741eb19 100644 --- a/kpf/src/AppletItem.cpp +++ b/kpf/src/AppletItem.cpp @@ -64,7 +64,7 @@ namespace KPF TQString popupTitle(i18n("kpf - %1").arg(server_->root())); - popup_ = new KPopupMenu(this); + popup_ = new TDEPopupMenu(this); popup_->insertTitle (SmallIcon("kpf"), popupTitle, Title, Title); |